Zenhub API CLI Interface with Node.js
This package allows you to get ZenHub Issues through cli interface.
Requirements
- Node.js 10 or above
Install
-
npm install -g zenhub-cli
. - Generate your ZenHub API Token
- Generate your GitHub Personal Token
- Run
zenhub config setup
, and use your api token. - Run
zenhub --help
for all available commands.
Documentation
See this wiki page for all the commands available.
Local Environment Setup
- Clone this repository into a directory on your machine:
git clone git@github.com:humanmade/zenhub-cli.git zenhub-cli
cd zenhub-cli
- Run
npm install
for all the required dependencies - Once the installation has finished, you can build the package by running
npm run build
- Or run
npm run watch
for development - Link the npm package to global by running
npm link
- Now you can run
zenhub --help
to see all available commands
Contributing
Pull requests and feedback are welcome. Contributing guideline will be added later.
Changelog
A complete listing of all notable changes to this package in CHANGELOG.md.