Compile from the terminal into any pipeline. This guide covers the complete CLI (no bundler) setup for Nakshora 3.0.
Install#
terminal
npm install -D @nakshora/cliConfigure#
terminal
npm install -D @nakshora/cli
nakshora init
nakshora build src/app.css -o dist/app.min.css --minifyVerify#
terminal
npx nakshora doctorDoctor validates your config, checks that content globs match real files, and prints the engine version.
Troubleshooting#
- Command not found → use
npx nakshoraor add node_modules/.bin to PATH
Next#
Styling patterns: concepts/utility-first-methodology|utility-first methodology · performance: performance/index|performance guide.
