Description of project
Add this line to your application's Gemfile:
gem 'project_name'And then execute:
bundle installOr install it yourself as:
gem install project_namebundle exec project_nameAfter checking out the repo, make sure to change instances of 'ProjectName' or 'project_name' in files or directory names to what ever you like.
Then, run make test to run all the tests or make guard to use guard for testing. You can also run make irb for an interactive prompt that will allow you to experiment.
Bug reports and pull requests are welcome on GitHub at https://github.com/ronanduddy/project_name. Please read CODE_OF_CONDUCT.md for details on our code of conduct.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Somebody