Natstrap
AKA, icco/basic.
This is used to generate a project to work on.
TODO
- commonly used Rake tasks through include
Links
Installation
$ gem install natstrap
Usage
Tasks:
natstrap help [TASK] # Describe available tasks or one specific task
natstrap launch # Launch a new server.
natstrap new name # Create a project named NAME.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request