Installation
Requirements
- Node.js 20+
- npm (or any client that supports
npx)
Install options
Pick one
Use npx for one-off runs, global install for the short fare command, or clone if you contribute to the generator.
bash
npx frontend-ai-starter-recipes --helpbash
npm install -g frontend-ai-starter-recipes
fare --helpbash
git clone https://github.com/JeelVankhede/frontend-ai-starter-recipes.git
cd frontend-ai-starter-recipes
npm ci
npm run build
node dist/cli.js --helpVerify
bash
npx frontend-ai-starter-recipes --helpYou should see --output and --preset.
Troubleshooting
command not found: fare— Install globally or usenpx frontend-ai-starter-recipes.- Node version —
node -vmust be 20+.
Next: Usage.