@eimerreis/az-npm
v0.2.2
Published
Zero-config CLI that authenticates npm, pnpm, and bun registries against Azure DevOps Artifacts feeds using the Azure CLI.
Maintainers
Readme
@eimerreis/az-npm
Zero-config CLI that authenticates npm, pnpm, and bun against Azure DevOps Artifacts private feeds using the Azure CLI.
az-npm is published for the Node runtime and built with a Bun-based maintainer toolchain.
Usage
npx @eimerreis/az-npmOptional flags:
npx @eimerreis/az-npm --token <token>
npx @eimerreis/az-npm --cwd <path>Exit codes:
0 Authentication succeeded
1 Token acquisition failed
2 Detection, discovery, or write failedDevelopment
bun install
bun test
bun run check
bun run buildReleasing
bun run changesetPush to master. The release workflow versions the package from pending changesets, publishes only when package.json changes, and creates a matching GitHub release using npm trusted publishing.
