Using yarn as your package manager? Here is the exact workflow for Nakshora 2.0.
1. Add the package with yarn#
terminal
yarn add -D @nakshora/vite-pluginv2 publishes a single nakshora package containing the generator, themes and type declarations.
2. Verify#
terminal
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.
