Create a starter nakshora.config.js (and optionally an entry CSS) in the current directory.

Usage#

terminal
bash
npx nakshora init

Flags#

FlagMeaning
--fullAlso create an entry CSS file with @nakshora directives
--forceOverwrite existing files

What to expect#

Creates nakshora.config.js with commented defaults. With --full you also get nakshora.css containing the @nakshora directives, ready for the build command.

Troubleshooting#

  • "File already exists" — pass --force or delete the old config

See also#

cli/index|CLI hub · configuration/index|Configuration reference