# Holochain Scaffolding CLI A command-line interface for creating and modifying a Holochain application (hApp). See the full CLI reference [here](/guides/cli.md) ## Getting Started ### holonix The easiest way to start using the scaffolding tool is through [holonix](https://github.com/holochain/holonix): ```bash nix run github:holochain/holonix#hc-scaffold -- --version ``` ### cargo You can also install the CLI globally via cargo. ```bash cargo install holochain_scaffolding_cli hc-scaffold --version ``` ## Usage Refer to [the holochain developer instructions](https://developer.holochain.org/get-building/) 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: ``` USAGE: hc-scaffold [OPTIONS] FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: -t, --template