# grape-cli [![Build Status](https://travis-ci.org/elpassion/grape-cli.svg?branch=master)](https://travis-ci.org/elpassion/grape-cli) [![Code Climate](https://codeclimate.com/github/elpassion/grape-cli/badges/gpa.svg)](https://codeclimate.com/github/elpassion/grape-cli) ## Installation Add this line to your application's Gemfile: ```ruby gem 'grape-cli' ``` And then execute: $ bundle Or install it yourself as: $ gem install grape-cli ## Usage Create new Grape app in current directory with provided application name $ grape new application_name Start application server $ cd application_name $ grape server or $ grape s Go to http://localhost:9292/ Start application console $ grape console or $ grape c ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/elpassion/grape-cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).