Installation
Prerequisites
Section titled “Prerequisites”- Node.js 22 or later (
node --version) - npm (bundled with Node.js) or another package manager
- To deploy to Cloudflare Workers: a Cloudflare account and Wrangler
Install the CLI
Section titled “Install the CLI”The current published release is v0.11.0.
npm install -g takuhonThis installs the takuhon command — the runtime CLI. The create-takuhon
scaffolder ships in @takuhon/cli (not the bare package); use the npx form
below to scaffold a project. Verify the install:
takuhon --versionScaffold a project
Section titled “Scaffold a project”Run the scaffolder on demand (no global install needed):
npx --package=@takuhon/cli create-takuhon my-profileWhat you get
Section titled “What you get”- The bare
takuhonglobal install provides thetakuhoncommand — the runtime CLI (validate,dev,sync, … landing across releases). @takuhon/cliadditionally providescreate-takuhon, the project scaffolder shown above.
- Get started — scaffold and deploy a profile
- The takuhon.json file — the canonical profile document