create-cikick
v0.2.0
Published
Scaffold a new Cikick workflow project
Maintainers
Readme
create-cikick
Initialize Cikick workflows in an existing project.
Usage
Run this command in the root of your project (where package.json exists):
npm create cikickThe command will:
- Check for a
package.jsonfile (required) - Detect your package manager (pnpm, npm, yarn) or ask you to choose
- Create a
.cikick/src/main.tsfile with the prTitle workflow - Show next steps
What Gets Created
Only a minimal .cikick directory structure:
.cikick/
└── src/
└── main.ts # Imports prTitle workflow from @cikick/actions-commonTesting
Local Tests
pnpm build
pnpm testDevelopment
pnpm dev # Watch mode
pnpm build # Build TypeScript
pnpm test # Run tests