@dig-platform/dighub-cli
v0.6.1
Published
CLI client for DigHub
Downloads
21
Readme
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