Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T18:24:22.000Z (almost 6 years ago)
- Last Synced: 2024-05-21T12:10:45.497Z (6 months ago)
- Topics: api, cuba, generators, grape, roda, ruby, sinatra
- Language: Ruby
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- 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 [![Build Status](https://travis-ci.org/Napice/roda_api_generator.svg?branch=master)](https://travis-ci.org/Napice/roda_api_generator) [![Gem Version](https://badge.fury.io/rb/roda_api_generator.svg)](https://badge.fury.io/rb/roda_api_generator) [![Maintainability](https://api.codeclimate.com/v1/badges/7cde798649fb102fd5b2/maintainability)](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).