Rails Stencil
A set of simple rails generators to make initial app setup quick and easy.
Installation
Add to your Gemfile and run the bundle command to install it.
gem 'rails-stencil'
Usage
To run the generator:
rails generate stencil
You will need to include sudo depending on your setup.
Generated
- Some inital gems
- RSpec, Guard, Factory Girl
- Removal of unessesary files
- Home controller
- Normalize.css and Screen.css
- Git ignore file
- Git repo and first commit
TODO
- Add specs
- Add some more generators
- Add generator options
Development
Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request. You can ensure the tests are passing by running bundle and rake.
Copyright
Copyright (c) 2012 Phil Bottomley. See LICENSE for further details.