GrapePress
Create an application starter for Grape API projects.
Installation
Install the gem:
$ gem install grape_press
Usage
press new SlickApp
You will be asked a few configuration questions, just answer as it suites your application.
You will then have a new application in slick_app.
Type rackup inside the slick_app directory to fire up your server.
Useful features
Rake commands
rake routes
rake spec
If you include ActiveRecord
rake db:create
rake db:drop
rake db:migrate
rake db:rollback
A console
bin/console
Contributing
- Fork it ( https://github.com/Originate/grape_press/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request