Unscoped shim for the Verydia CLI
npm install verydiaUnscoped shim package for the Verydia CLI.
This package exists so external developers can run the Verydia CLI with a simple, discoverable command:
``bash`
npx verydia --help
npx verydia init
- verydia delegates execution to @verydia/cli.
- Blueprint-related functionality is intentionally not included here.
- pnpm -C packages/verydia-shim buildpnpm -C packages/verydia-shim test
- ( cd packages/verydia-shim && npm pack --dry-run )
- ( cd packages/verydia-shim && npm publish --access public )
-
`bash
mkdir -p /tmp/verydia-test
cd /tmp/verydia-test
HOME=/tmp/verydia-anon \
NPM_CONFIG_USERCONFIG=/dev/null \
unset NPM_TOKEN \
unset NODE_AUTH_TOKEN \
npx verydia --help
``