CLI to easily generate and edit holochain apps.
Install the CLI globally with this command.
bash
cargo install holochain_scaffolding_cli
In the near future the scaffolding tool is going to be integrated together with holonix and the overall holochain development environment.
Until then, you can just install it from crates to get a preview of its functionality.
```bash
hc-scaffold web-app forum
cd forum
hc-scaffold dna forum
hc-scaffold zome posts
hc-scaffold entry-type post
hc-scaffold index global all_posts
hc-scaffold link-type ```
See the docs.rs documentation to learn how to use and create custom templates.