UNPKG

okr

Version:
27 lines (22 loc) 467 B
# okr A stateless cli for managing [OKRs](https://en.wikipedia.org/wiki/OKR). Accepts `json` as input for now. See `/example` for json structure. # install ```bash $ npm i okr -g ``` # usage ```bash # 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