Crates.io | holochain_cli |
lib.rs | holochain_cli |
version | 0.5.0-dev.4 |
source | src |
created_at | 2021-07-01 11:34:08.848265 |
updated_at | 2024-11-06 02:29:25.940297 |
description | Provides the `hc` binary, a helpful CLI tool for working with Holochain. |
homepage | https://github.com/holochain/holochain |
repository | |
max_upload_size | |
id | 417404 |
size | 194,728 |
Provides the hc
binary, a helpful CLI tool for working with Holochain.
This command gives you a suite of tools for developing, inspecting, executing, and testing your Holochain apps. Some top-level subcommands are implemented as separate crates, and others are separate binaries -- commands whose names start with hc-
and are automatically made available as subcommands if they exist in your shell's path. Here is a list of all available subcommands:
hc dna
, hc app
, and hc web-app
scaffold, bundle, and unbundle DNAs, hApps and web hApps respectively. See holochain_cli_bundle for more info.hc sandbox
creates and executes temporary or persistent conductor configurations for you to run test instances of your hApp with. See holochain_cli_sandbox for more info.hc run-local-services
runs local bootstrap and WebRTC signal servers for peers to establish connections with each other. This is useful for running tests. See holochain_cli_run_local_services for more info.hc scaffold
generates integrity, coordinator, UI, and test code for hApps using interactive prompts. See holochain/scaffolding.hc launch
runs sandboxed hApp instances with live-reloading UI windows. See hc_launch in holochain/launcher for more info.Follow the quick start guide on the Holochain Developer Portal to get set up with all the Holochain development tools, including the hc
CLI and official extensions.
From github:
cargo install holochain_cli --git https://github.com/holochain/holochain
From the holochain repo:
cargo install --path crates/hc