An open API service indexing awesome lists of open source software.

https://github.com/bsm/grape-app


https://github.com/bsm/grape-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Grape::App

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

## Usage

Install via gem:

```shell
$ gem install grape-app
```

Generate a new app:

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

Install bundle:

```shell
$ 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.
```