AKA, icco/basic.
This is used to generate a project to work on.
- commonly used Rake tasks through include
$ gem install natstrap
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.
- 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


