CLI to easily generate and edit holochain apps.
The easiest way to start using the scaffolding tool is through holonix:
bash
nix-shell https://holochain.love
hc-scaffold --version
Should print the version of the scaffolding tool.
These are the commands that you can run with the scaffolding tool:
```bash
hc scaffold example
hc scaffold web-app forum
cd forum
hc scaffold dna forum
hc scaffold zome posts
hc scaffold entry-type post
hc scaffold collection global all_posts
hc scaffold link-type ```
See the docs.rs documentation to learn how to use and create custom templates.
Install the CLI globally with this command.
bash
cargo install holochain_scaffolding_cli