project_path
Ruby gem for project path.
usage:
## create Gemfile:
## Add below contents to file:
# gem 'project_path', git: '[email protected]:afeiship/project_path.git', submodules: true
## enjoy it
require 'project_path'
p ProjectPath.discover_root;
maybe you shoud use this style
gem install specific_install
gem specific_install -l <url to a github gem>
# gem specific_install -l [email protected]:afeiship/project_path.git
uninstall:
gem uninstall project_path