Create a starter nakshora.config.js (and optionally an entry CSS) in the current directory.
Usage#
terminal
npx nakshora initFlags#
| Flag | Meaning |
|---|---|
--full | Also create an entry CSS file with @nakshora directives |
--force | Overwrite 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
--forceor delete the old config
See also#
cli/index|CLI hub · configuration/index|Configuration reference
