Skip to content

Installation

  • 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

The current published release is v0.11.0.

Terminal window
npm install -g takuhon

This 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:

Terminal window
takuhon --version

Run the scaffolder on demand (no global install needed):

Terminal window
npx --package=@takuhon/cli create-takuhon my-profile
  • The bare takuhon global install provides the takuhon command — the runtime CLI (validate, dev, sync, … landing across releases).
  • @takuhon/cli additionally provides create-takuhon, the project scaffolder shown above.