# Primo A better, configurable, default (prime) Rails stack. Inspired by Steve Klabnik's article ["Rails has Two Default Stacks"](http://words.steveklabnik.com/rails-has-two-default-stacks) ## Usage ``` gem install rails gem install primo primo app_name #instead of "rails new app_name" ``` This generates PostgreSQL/HAML/Rspec Rails app using [this template](https://github.com/cbetta/primo/blob/master/templates/prime.rb). ## Release notes * **0.0.3** Removed direct Rails dependency * **0.0.2** Added simple installer for "Prime stack" * **0.0.1** Gem skeleton ## License See [LICENSE](https://github.com/cbetta/primo/blob/master/LICENSE)