@nakshora/cli is the command-line front end to the Nakshora 3.0 engine. It is the fastest way to compile, inspect and debug.
terminal
npm install -D @nakshora/cli
npx nakshora --helpCommands#
| Command | What it does |
|---|---|
cli/init|nakshora init | Create a starter nakshora.config.js (and optionally an entry CSS) in the current directory. |
cli/build|nakshora build | Compile CSS from your content: full or JIT, minified, with source maps and stats. |
cli/dev|nakshora dev | Watch mode — rebuild on every change. |
cli/doctor|nakshora doctor | Diagnose your setup: config validity, content globs, versions, common mistakes. |
Tip. Every command supports
--help for flags. The CLI is also how you run the language server.