Skip to content

afeiship/project_path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Ruby gem for project path.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published