dreamhead / 1step

universal software project starter
MIT License
15 stars 4 forks source link

1step

1step is a software project starter.

Installation

Install it from source

rake install

Usage

To create new Java project

1step new foo

To create Java web project

1step new foo --war

Contributing

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