cli-retrospective
A cli tools for restropective
cli-retrospective
is a simple command line tools to see the github issues related to a certain milestone when you have to do retrospective.
Install
cli-retrospective
is available on npm
and as such, can be installed through npm
with ease.
To install cli-retrospective
, use the following command:
$ npm install -g cli-retrospective
To configure your access informations run this command and answer the questions:
$ cli-retrospective setup
Usage
view help
$ cli-retrospective --help
view subcommand help
$ cli-retrospective [subcommand] --help
list of all milestone
$ cli-retrospective ls-milestone
view milestone
$ cli-retrospective milestone [number]
Running the Tests
$ npm test
Issues
Please raise an issue on GitHub with as much information as possible and the steps to replicate (if possible).
LICENSE
MIT license. See the LICENSE file for details.
Fork me on github
Created by @ilbonzo