okr
v0.1.1
Published
cli for managing OKRs
Downloads
13
Readme
okr
A stateless cli for managing OKRs. Accepts json
as input for now. See /example
for json structure.
install
$ npm i okr -g
usage
# list (filepath is relative to pwd)
$ okr -f <file>
todos
- [x] basic functionality i.e list
- [x] add status to key result
- [x] formatting and colors
- [ ] edit data
- [x] summary
- [ ] tests
- [ ] additional data formats
- [ ] allow piping
License
MIT