https://github.com/flant/path_mapper
https://github.com/flant/path_mapper
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flant/path_mapper
- Owner: flant
- License: mit
- Created: 2016-02-20T16:58:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T15:52:45.000Z (about 10 years ago)
- Last Synced: 2025-07-06T05:20:19.286Z (about 1 year ago)
- Language: Ruby
- Size: 63.5 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PathMapper
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'path_mapper'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install path_mapper
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/path_mapper/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request