A simple command line todo app.
Clone this project down and don't forget to ...
$ bundle
This isn't for using. This is for coding. WRITE YOU SOME CODE!
- Fork it ( https://github.com/[my-github-username]/toodoo/fork )
- 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 a new Pull Request