docs.rs failed to build holochain_scaffolding_cli-0.2001.8
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
holochain_scaffolding_cli-0.4000.4
Holochain Scaffolding CLI
CLI to easily generate and edit holochain apps.
Obtaining the scaffolding tool through holonix
The easiest way to start using the scaffolding tool is through holonix:
Should print the version of the scaffolding tool.
Usage
Refer to the holochain developer instructions to know how you can use the scaffolding tool to create your own apps.
These are the commands that you can run with the scaffolding tool inside of a holonix develop shell:
# Scaffold an example app
# 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.
Manual installation
Install the CLI globally with this command.