Installation
Get NoFlake installed in your project in under 30 seconds.
Install via npm
npm install -D noflakeOr with other package managers:
# yarn
yarn add -D noflake
# pnpm
pnpm add -D noflakeUse without installing
You can also run NoFlake directly via npx without adding it to your project:
npx noflake initPeer Dependencies
NoFlake generates Playwright tests. You'll need Playwright installed:
npm install -D @playwright/test
npx playwright installIf you don't have Playwright yet, noflake init will create a playwright.config.ts for you automatically.
System Requirements
| Node.js | 20+ (LTS recommended) |
| OS | macOS, Linux, Windows |
| Git | Required for update command and git hooks |
Note:For AI-powered commands (write, update, run --fix), you'll need an Anthropic API key set as the
ANTHROPIC_API_KEY environment variable, plus a paid subscription (Starter $9/mo or above). The Free tier covers init, templates, hooks, and the dashboard.Verify Installation
npx noflake --version
# 0.0.2