Backlog is a project management tool to track projects, boards, issues, workflows.
Use the package manager cargo to install backlog.
cargo install --path .backlog --help
A command-line interface to interact with the backlog board
Usage: backlog [COMMAND]
Commands:
init Initialize a new backlog board
create Create a ticket on the board
list List all tickets on the board
update Update a ticket on the board
delete Delete a ticket from the board
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print versionPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT or APACHE 2.0