0.0
No commit activity in last 3 years
No release in over 3 years
Generator for Grape API projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.4

Runtime

~> 0.19
 Project Readme

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

  1. Fork it ( https://github.com/Originate/grape_press/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request