Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenotron/devops-npm-auth

Easy no dependency version of better-vsts-npm-auth
https://github.com/kenotron/devops-npm-auth

Last synced: 19 days ago
JSON representation

Easy no dependency version of better-vsts-npm-auth

Awesome Lists containing this project

README

        

# Azure DevOps npm auth

The `vsts-npm-auth` utility only works for Windows. For the rest of the node.js community, we have the excellent `better-vsts-npm-auth` package. However, it is inconvenient to have to have this installed globally. There's a chicken & egg problem of having this package installed locally.

This package webpacks all the dependencies for `better-vsts-npm-auth`. The "binary" is built as one single .js that you can save in your project to be called inside your `preinstall` scripts inside the package.json.

# License

This bit of work piggy backs on another MIT-licensed repo. So this repo is MIT. The original author's license is here:

https://github.com/zumwald/better-vsts-npm-auth/blob/master/LICENSE