Installation

Get NoFlake installed in your project in under 30 seconds.

Install via npm

npm install -D noflake

Or with other package managers:

# yarn
yarn add -D noflake

# pnpm
pnpm add -D noflake

Use without installing

You can also run NoFlake directly via npx without adding it to your project:

npx noflake init

Peer Dependencies

NoFlake generates Playwright tests. You'll need Playwright installed:

npm install -D @playwright/test
npx playwright install

If you don't have Playwright yet, noflake init will create a playwright.config.ts for you automatically.

System Requirements

Node.js20+ (LTS recommended)
OSmacOS, Linux, Windows
GitRequired 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