Compile from the terminal into any pipeline. This guide covers the complete CLI (no bundler) setup for Nakshora 3.1.

Install#

terminal
bash
npm install -D @nakshora/cli

Configure#

terminal
bash
npm install -D @nakshora/cli
nakshora init
nakshora build src/app.css -o dist/app.min.css --minify

Verify#

terminal
bash
npx nakshora doctor

Doctor validates your config, checks that content globs match real files, and prints the engine version.

Troubleshooting#

  • Command not found → use npx nakshora or add node_modules/.bin to PATH

Next#

Styling patterns: concepts/utility-first-methodology|utility-first methodology · performance: performance/index|performance guide.