verydia
v0.2.3
Published
Unscoped shim for the Verydia CLI
Downloads
27
Readme
verydia
Unscoped shim package for the Verydia CLI.
This package exists so external developers can run the Verydia CLI with a simple, discoverable command:
npx verydia --help
npx verydia initHow it works
verydiadelegates execution to@verydia/cli.- Blueprint-related functionality is intentionally not included here.
Publish checklist
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 )
Manual anonymous smoke test (recommended)
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