Skip to content

hamadmarri/Biscuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biscuit

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/).

Features

  • 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

Requirements

Java 1.8

Installation

Linux

cd ./biscuit/binaries
chmod +x ./setup.sh
./setup.sh

Following files will be created

/usr/local/bin/biscuit.jar
/usr/local/bin/biscuit

Windows

no installation file yet
run manually:

cd ./biscuit/binaries
java -jar biscuit.jar

Documentation

Credits

The following libraries are used in this project

Donate

paypal