1.0.3 • Published 1 year ago

jmgr v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

JManager log

JManager CLI

JManager is a simple command line interface (CLI) tool for managing tasks. With JManager, you can create, update, and view tasks in your projects ticket from the command line fro your local reference.

How to install

npm i jmgr -g

How to use

  • To create a ticket use '-ip'(IN_PROGRESS) flag. You can also add message (this is optional)
> jmgr <tickect_id> -ip -m "message"
  • Move a ticket to DONE
> jmgr <tickect_id> -d
  • Move a ticket to QA
> jmgr <tickect_id> -qa

Demo video

Improvements will be made 🔨:

  • Delete one and multiple ticket(s).
  • Updating description at any level

Plans for Next version (1.1.0) 🍃

  • JIRA API integration
    • List top 5 hight priority task for the current user
    • Updated ticket status from cli

Contribution

ChatGPT, and the developer community for generating data to train the same.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago