This monorepo contains packages for helping authenticate against the Azure DevOps NPM Artifacts feed.
Below are the packages being published from this repo.
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 for more.
This package wraps the https://github.com/AzureAD/microsoft-authentication-cli with a node.js exec wrapper.
View the README.md for more.
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 installAnd build the packages with...
> yarn lage build