grape-bootstrap
Gem to have exetuable to create initial setup for Grape REST API.
Usage
$ grape init
Scaffolded structure
app
|_api
| |_base.rb
| |_status.rb
|_helpers
|_models
config
|_environments
| |_development.rb
|_database.yml
public
|_index.html
Gemfile
README.md
Rakefile
application.rb
config.ru
environment.rb
Contribute
- Fork
- Branch off
- Commit & Push
- Pull