microsoft / ado-npm-auth

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.
MIT License
11 stars 9 forks source link

Add custom user config file #46

Open brwai opened 1 month ago

brwai commented 1 month ago

For users who don't have projects under their home directory, the default location of user config file will not work. Adding a new argument option to allow custom user config file path. Also fixes a problem where user .yarnrc.yml config file does not automatically get created if it doesn't exist.