An open API service indexing awesome lists of open source software.

https://github.com/afeiship/project_path

Ruby gem for project path.
https://github.com/afeiship/project_path

path root-path

Last synced: 2 months ago
JSON representation

Ruby gem for project path.

Awesome Lists containing this project

README

        

# project_path
Ruby gem for project path.

## usage:
```ruby
## create Gemfile:

## Add below contents to file:
# gem 'project_path', git: '[email protected]: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
```bash
gem install specific_install
gem specific_install -l

# gem specific_install -l [email protected]:afeiship/project_path.git

```

## uninstall:
```bash
gem uninstall project_path
```

## resource: