conduit-onboard
v0.1.0
Published
Thin launcher for the Conduit onboarding helper
Readme
conduit-onboard
Thin npx launcher for the Conduit host onboarding helper.
npx conduit-onboardThe npm package resolves the current platform and executes the bundled conduit-onboard binary. The Rust binary remains the source of truth for onboarding behavior, service installation, QR payload generation, and uninstall cleanup.
To publish from this repository, run the audited deploy path from tools/conduit-onboard:
npm deploy --dry-run
npm deployStock npm rejects bare npm deploy before package scripts run. This checkout's interactive shell maps npm deploy to npm run deploy; in shells without that mapping, use npm run deploy.
Direct npm publish from this package is blocked unless it is launched by the deploy script.
