issue-t

0.0.10 • Public • Published

issueT

issueT is a small CLI to parse TODO comments out of your Source code and post them as Issues on Github.

to install:

sudo npm install -g issue-t

how to use:

  1. navigate to the root directory of your repository. (This is important because issueT will look for .git/config)
  2. execute this command with your informations:
issueT -u <username> -p <password> <pathToFile>
  1. it will now read all the TODO-comments in your File (), and post them on Github.

Readme

Keywords

none

Package Sidebar

Install

npm i issue-t

Weekly Downloads

2

Version

0.0.10

License

MIT

Unpacked Size

5.92 kB

Total Files

6

Last publish

Collaborators

  • mvorwieger