@tachui/cli
v0.8.28
Published
Tacho CLI - Comprehensive developer tooling for tachUI
Maintainers
Readme
@tachui/cli
Developer CLI for TachUI.
Quick Start
Use npx without a global install:
npx @tachui/cli init my-app
cd my-app
npm install
npm run devInit Command
tacho init <target> [options]Examples:
npx @tachui/cli init my-app --template basic --yes
npx @tachui/cli init my-app --template advanced --yes
npx @tachui/cli init . --template basic --yes
npx @tachui/cli init my-app --tachui-version 0.8.8-alpha --yesOptions:
--template <template>:basicoradvanced--yes: skip prompts--tachui-version <version>: version to use for generated@tachui/*dependencies--package-manager <npm|pnpm>: controls next-step output only (does not change generated scripts)--list-templates: print available templates
Notes:
phase6template naming has been removed. Useadvanced.--yesrequires an explicit target, for exampleinit my-app --yes.- By default, the CLI resolves
@tachui/corefrom npm registry (@tachui/core/latest). - If registry resolution fails, the CLI falls back to an internal compatibility map.
--tachui-versionalways overrides the default resolution behavior.
Development Server Path
Scaffolded projects default to plain Vite scripts:
npm run devnpm run build
tacho dev remains available as optional enhanced CLI workflow.
Other Commands
tacho devtacho generatetacho migratetacho analyzetacho optimize
Run tacho <command> --help for command-specific flags.
