Skip to content

icco/basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request