0.6.1 • Published 4 years ago

@dig-platform/dighub-cli v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

DigHub CLI

DigHub CLI automates building and managing DigHub projects.

Note that many of the components can be used with or without a DigHub project

Installation

npm install -g @dig-platform/dighub-cli

Connecting to DigHub

Once you install DigHub CLI you need to connect to your DigHub account. If you don't already have one you can create one at https://dighub.io.

Use the following command to connect to your account:

dighub connect

Use the following command to destroy your local token and disconnect your account.

dighub disconnect

Features

DigHub Generate

DigHub CLI generates code that follows our coding conventions. learn more

Also See

https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/