0.0
No commit activity in last 3 years
No release in over 3 years
Get proejct root path.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.13
~> 10.0
 Project Readme

project_path

Ruby gem for project path.

usage:

## create Gemfile:

## Add below contents to file:
# gem 'project_path', git: 'git@github.com:afeiship/project_path.git', submodules: true

## enjoy it
require 'bundler/setup'
require 'project_path'
p ProjectPath.discover_root;

usage:

  • make sure your project managed by .git

maybe you shoud use this style

gem install specific_install
gem specific_install -l <url to a github gem>

# gem specific_install -l git@github.com:afeiship/project_path.git

uninstall:

gem uninstall project_path

resource: