Is a free command line interface tool for software project management. This project gives you the ability to follow Agaile approach. Current version (0.1.0) is Beta, and it has only the implementation for Scrum so far. Commands are designed to be intuitive and easy to remember. Your work will be saved as json files under your home directory ($HOME$/biscuit/
).
- Autocompelete ability
- Coloured console output
- Dashboard view
- Adding, editing, and removing projects
- Adding and editing releases
- Adding and editing sprints
- Adding and editing user stories
- Adding and editing tasks
- Backlog view
- List releases, sprints, user stories, and tasks with filtering and sorting features
- Changing status of releases, sprints, user stories, and tasks (Status: created, open, planned, unplanned, in_progress, in_testing, done, overdue, removed)
- Planner view
- Print plan in short form as a tree, or in details in a table
- Moving user stories to sprints
- Moving sprints to releases
- Unplan sprints, user stories, or unplan all
Java 1.8
cd ./biscuit/binaries
chmod +x ./setup.sh
./setup.sh
Following files will be created
/usr/local/bin/biscuit.jar
/usr/local/bin/biscuit
no installation file yet
run manually:
cd ./biscuit/binaries
java -jar biscuit.jar
The following libraries are used in this project