Socket
Book a DemoInstallSign in
Socket

zenhub-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zenhub-cli

ZenHub CLI Tool

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

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.

Keywords

github

FAQs

Package last updated on 16 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts