Sha256: 4169c1aefd627557eabf17f77f612583c696a16124ee14be53fb7eeeb8b3e53c

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

# Chinstrap

TL;DR `rails new` for Sinatra.

Manually building out the skeleton for larger, well-organized Sinatra apps sucks. There's no reason it shouldn't be as simple as `chinstrap new APP_NAME`.

## Installation

    $ gem install chinstrap

## Usage

    $ chinstrap new APP_NAME

## Credits

Most of the credit goes to the creators of Thor, and other projects (Bundler, Foreman, etc.) that use it for skeleton generation so I could see the best patterns to use.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chinstrap-0.0.1 README.md