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 |
Ruby gem |
docs (coming soon) |
Document repository |
Then, run:
straptible <flavor> <path> [options...]
Copyright and License
MIT License, see LICENSE for details.
Copyright (c) 2013 Aptible, Frank Macreery, and contributors.


