@fazer-ai/setup
v0.2.1
Published
Configure your .npmrc for @fazer-ai-pro/* packages from the fazer.ai private registry
Maintainers
Readme
@fazer-ai/setup
Configures your .npmrc to install @fazer-ai-pro/* packages from the fazer.ai private registry. Subscribe at app.fazer.ai to receive an install token.
Usage
bunx @fazer-ai/setup <token>
# or
npx @fazer-ai/setup <token>
# or
pnpm dlx @fazer-ai/setup <token>
# or
yarn dlx @fazer-ai/setup <token>Run once after subscribing. Re-run to rotate your credential. Works on Linux, macOS, and Windows.
Git mode
To configure git credentials for the fazer.ai marketplace git endpoint instead of .npmrc, pass --git:
bunx @fazer-ai/setup --git <token>Requires git to be installed. Writes a dedicated credentials file at ~/.fazer-ai/git-credentials and registers a per-URL git credential helper that only applies to the fazer.ai marketplace, so your existing git credentials are untouched.
Support
- Subscription and billing: app.fazer.ai
- Technical issues: [email protected]
