Quickstart
Complete Example
Use When
Usecreate-hile when starting a new Hile application or workspace.
More Examples
Template choices:Runtime And Lifecycle Notes
- Templates use
_env,_env.prod, and_gitignore; creation renames them to dotfiles. - The CLI prompts for a template and optional dependency installation.
- Generated templates use pnpm consistently; install pnpm before running
create-hilewithout--skip-install.
Anti-Patterns
- Leaving template package versions stale after publishing new Hile packages.
- Shipping template READMEs copied from unrelated projects.
- Starting production without running the build command required by the selected template.