Sha256: 6ebe3d4c0dbade76c465258b7e8c1eca8febfab51077b314ac99037804d15ba6
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
#  Straptible [](https://rubygems.org/gems/straptible) [](http://travis-ci.org/aptible/straptible) A tool for bootstrapping new applications, document repositories, etc. according to Aptible's hyperopinionated best practices. ## Usage gem install straptible Then, to create a new project, first choose your flavor: | Flavor Name | Description | | ---------:| ------- | | `webapp` (*coming soon*) | Rails web app | | `api` | Rails API — similar to `webapp`, but tailored and stripped down for a JSON API | | `gem` (*coming soon*) | Ruby gem | | `docs` (*coming soon*) | Document repository | Then, run: straptible <flavor> <path> [options...] ## Copyright and License MIT License, see [LICENSE](LICENSE.md) for details. Copyright (c) 2013 [Aptible](https://www.aptible.com), [Frank Macreery](https://github.com/fancyremarker), and contributors.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
straptible-0.1.0 | README.md |