https://github.com/vbrazo/roda_api_generator
A useful Roda API generator script to scaffold your Ruby API
https://github.com/vbrazo/roda_api_generator
api cuba generators grape roda ruby sinatra
Last synced: 12 months ago
JSON representation
A useful Roda API generator script to scaffold your Ruby API
- Host: GitHub
- URL: https://github.com/vbrazo/roda_api_generator
- Owner: vbrazo
- License: mit
- Created: 2018-09-27T10:48:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T18:24:22.000Z (over 7 years ago)
- Last Synced: 2025-06-20T07:57:00.366Z (12 months ago)
- Topics: api, cuba, generators, grape, roda, ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Napice](http://napice.com) Roda API Generator [](https://travis-ci.org/Napice/roda_api_generator) [](https://badge.fury.io/rb/roda_api_generator) [](https://codeclimate.com/github/Napice/roda_api_generator/maintainability)
A useful Roda API generator script to scaffold your API.
## Setup
Install it yourself as:
$ gem install roda_api_generator
## Included generator
Roda API scaffolding: `api_generators roda --name=your_project_name`
To view the README for each generator, run it with the help option.
$ api_generators help
## Found a bug?
If you are having a problem with this gem, please submit an issue.
## Contributing
See [CONTRIBUTING.md](https://github.com/napice/roda_api_generator/blob/master/CONTRIBUTING.md).
## License
The gem is available as open source under the terms of the [MIT License](https://github.com/Napice/roda_api_generator/blob/master/LICENSE.txt).