Butler
Ever been stuck at which project management tool to use in managing your projects? Now you don't have to leave the comfort of your commandline to manage your projects.
Butler brings the power of project management right into your terminal; right into your project. Anywhere your project goes, yoru butler goes.
Installation
From Github
- Clone the repository
shards build
- Link the
./bin
directory to your PATH
Usage
Initialize a Butler
butler init
Create a task
butler tasks create [TITLE]
Show tasks
butler show tasks
Contributing
- Fork it (https://github.com/igbanam/butler/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
Contributors
- Owajigbanam Ogbuluijah - creator and maintainer