Straptible

Gem Version Build Status Dependency Status

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...]

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible, Frank Macreery, and contributors.

@fancyremarker