Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basementuniverse/kanbn
A CLI kanban application
https://github.com/basementuniverse/kanbn
Last synced: 15 days ago
JSON representation
A CLI kanban application
- Host: GitHub
- URL: https://github.com/basementuniverse/kanbn
- Owner: basementuniverse
- License: mit
- Created: 2020-11-06T23:59:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T09:34:01.000Z (over 1 year ago)
- Last Synced: 2024-07-03T23:25:49.471Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 26
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanbn
A CLI kanban board application.
Documentation can be found [here](./docs/index.md).
## Installation
```
npm install -g @basementuniverse/kanbn
```## Usage
```
Usage:
kanbn ......... Show help menu
kanbn [options]Where is one of:
help .......... Show help menu
version ....... Show package version
init .......... Initialise kanbn board
board ......... Show the kanbn board
task .......... Show a kanbn task
add ........... Add a kanbn task
edit .......... Edit a kanbn task
rename ........ Rename a kanbn task
move .......... Move a kanbn task to another column
comment ....... Add a comment to a task
remove ........ Remove a kanbn task
find .......... Search for kanbn tasks
status ........ Get project and task statistics
sort .......... Sort a column in the index
sprint ........ Start a new sprint
burndown ...... View a burndown chart
validate ...... Validate index and task files
archive ....... Archive a task
restore ....... Restore a task from the archive
remove-all .... Remove the kanbn board and all tasksFor more help with commands, try:
kanbn help
kanbn h
kanbn --help
kanbn -h
```