cli-retrospective
is a simple command line tools to see the github issues related to a certain milestone when you have to do retrospective.
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
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]
$ npm test
Please raise an issue on GitHub with as much information as possible and the steps to replicate (if possible).
MIT license. See the LICENSE file for details.
Fork me on github
Created by @ilbonzo