create-codemation
v1.0.2
Published
Scaffold a Codemation consumer application (npm create codemation)
Maintainers
Readme
create-codemation
Scaffolds a Codemation consumer application (config stub, workflows folder, dependencies). Published as the unscoped npm initializer create-codemation so users can run npm create codemation.
Install / run
npm create codemation@latest
pnpm create codemation
yarn create codemationWhen to use
Use this when starting a new consumer repo that will define codemation.config.ts and AI automatino workflows and run the stack via @codemation/cli.
Usage
npm create codemation@latest my-app -- --template default[directory]— target folder (default:codemation-app).--template <id>—defaultorplugin(seetemplates/in this package).--list-templates— print template ids and exit.--force— allow writing into a non-empty directory (overwrites on conflict).--non-interactive/--no-interaction/-y/--yes— skip prompts and optional first-user setup; print manual next steps instead.
Engines: Node >= 20.
Templates list most @codemation/* packages as 0.0.x and @codemation/host as 0.1.x, so new projects can pnpm upgrade within those ranges without bumping fixed versions on every release.
Development in this monorepo: pnpm --filter create-codemation build, pnpm --filter create-codemation test, and run node packages/create-codemation/bin/create-codemation.js /tmp/out --template default to exercise the binary locally.
