@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
bash
npm install -D @nakshora/cli
npx nakshora --help

Commands#

CommandWhat it does
cli/init|nakshora initCreate a starter nakshora.config.js (and optionally an entry CSS) in the current directory.
cli/build|nakshora buildCompile CSS from your content: full or JIT, minified, with source maps and stats.
cli/dev|nakshora devWatch mode — rebuild on every change.
cli/doctor|nakshora doctorDiagnose 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.