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 | 24+ (LTS recommended) |
| OS | macOS, Linux, Windows |
| Git | Required for update command and git hooks |
Note:For v1.0 automation features, you'll also need an Anthropic API key set as the
ANTHROPIC_API_KEY environment variable. This is not required for init.Verify Installation
npx noflake --version
# 0.0.2