Project

grape-app

0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
Standalone Grape API apps
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Grape::App

Grape::App is an attempt to 'railsify' the process of developing standalone grape apps.

Usage

Install via gem:

$ gem install grape-app

Generate a new app:

$ grape-app new my_app
  create  my_app/config/locales/en.yml
  create  my_app/config/environments/production.rb
  ...

Install bundle:

$ cd my_app
$ bundle install
  ..
  Bundle complete! 10 Gemfile dependencies, 48 gems now installed.
  Use `bundle show [gemname]` to see where a bundled gem is installed.