RepoMicrosoftMicrosoftpublished Apr 5, 2024seen 3d

microsoft/ado-npm-auth

TypeScript

Open original ↗

Captured source

source ↗
published Apr 5, 2024seen 3dcaptured 8hhttp 200method plain

microsoft/ado-npm-auth

Description: This package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to Azure DevOps npm feeds.

Language: TypeScript

License: MIT

Stars: 21

Forks: 19

Open issues: 28

Created: 2024-04-05T20:57:25Z

Pushed: 2026-06-10T17:52:38Z

Default branch: main

Fork: no

Archived: no

README:

ado-npm-auth repository

This monorepo contains packages for helping authenticate against the Azure DevOps NPM Artifacts feed.

Packages

Below are the packages being published from this repo.

ado-npm-auth

The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.

View the [README.md](packages/ado-npm-auth/README.md) for more.

node-azureauth

This package wraps the https://github.com/AzureAD/microsoft-authentication-cli with a node.js exec wrapper.

View the [README.md](packages/node-azureauth/README.md) for more.

Contributing

If you get an error that yarn is not availalbe, make sure to have yarn installed.

Then you can install the repo's dependencies with...

yarn install

And build the packages with...

> yarn lage build