Ruby gem for project path.
## create Gemfile:## Add below contents to file:# gem 'project_path', git: 'git@github.com:afeiship/project_path.git', submodules: true## enjoy itrequire'bundler/setup'require'project_path'pProjectPath.discover_root;- make sure your project managed by .git
gem install specific_install
gem specific_install -l <url to a github gem># gem specific_install -l git@github.com:afeiship/project_path.gitgem uninstall project_path