0.2.0-dev.1 • Published 8 months ago

@holochain/devhub-cli v0.2.0-dev.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

npm.io

DevHub CLI

A CLI for managing assets and packages on DevHub.

Project configs (eg. devhub.json) keep track of assets that the repo is creating.

The dependency config (devhub-lock.json) keeps track of zome, DNA, or hApp dependencies for the assets being created.

npm.io npm.io

Getting started

Install CLI Tool

npm i --global @holochain/devhub-cli

Set Connection Info

See DevHub Setup for instructions on running and installing devhub.

devhub connection --global set <PORT> <TOKEN>

Check connection with

devhub connection status

Install Zome Dependencies

devhub install <package>

API Docs

See docs/API.md

Contributing

See CONTRIBUTING.md