Using yarn as your package manager? Here is the exact workflow for Nakshora 2.0.

1. Add the package with yarn#

terminal
bash
yarn add -D @nakshora/vite-plugin

v2 publishes a single nakshora package containing the generator, themes and type declarations.

2. Verify#

terminal
bash
node -e "console.log(Object.keys(await import('nakshora')))"

3. Continue with your integration#

Package installed — next, wire it into your build: Vite, PostCSS or the CLI.

Note. Prefer another tool? See the getting-started/installation|installation hub for every option.