WeaveKit Docs

CLI and options

Arguments and flags accepted by create-weavekit-app.

Both invocation styles are equivalent:

npm create weavekit-app my-app -- --type=agent
npx create-weavekit-app my-app --type=agent

Arguments

ArgumentDescription
<name>Project directory name (required)

Options

OptionDescription
--type, -tStarting preset: agent (default), governance, service, business
--yesAccept all defaults (the project name is still required)
--no-gitSkip git init
--forceWrite into a directory that already contains files

Without --type, the CLI prompts for the preset interactively. With --yes, it uses the default preset (agent) and skips the prompt. An unknown --type value is rejected before anything is written.

On this page