@jagannathamv/create-luma
v0.2.2
Published
Ink-based guided setup wizard for luma-browser
Maintainers
Readme
create-luma
Guided setup for luma-browser.
npm create @jagannathamv/luma@latestInstalls luma-browser, downloads Chromium, and prints agent-plugin next steps.
If global install fails with EACCES, fix npm's prefix once:
mkdir -p ~/.npm-global
npm config set prefix ~/.npm-global
echo 'export PATH="$HOME/.npm-global/bin:$PATH"' >> ~/.zshrc
source ~/.zshrcOr use npx without a global install: npx @jagannathamv/luma-browser install
Published separately from the main luma-browser package. Bump versions with node scripts/sync-version.mjs <semver> from the repo root.
