Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenotron/devops-npm-auth
- Owner: kenotron
- Created: 2019-02-21T17:24:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:15:48.000Z (about 2 years ago)
- Last Synced: 2024-11-01T14:12:00.850Z (2 months ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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