Holochain Scaffolding CLI
CLI to easily generate and edit holochain apps.
Install
Install the CLI globally with this command.
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.
Usage
# Scaffold an empty web-app
# Scaffold a dna inside the newly scaffolded app
# Scaffold a zome inside the newly scaffolded dna
# Scaffold an entry-type inside the newly scaffolded zome
# Scaffold a collection for the newly scaffolded entry-type
# Scaffold a new link-type
Documentation
See the docs.rs documentation to learn how to use and create custom templates.