Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qdraw/azure-devops-private-npm-artifacts-feed-demo
Demo
https://github.com/qdraw/azure-devops-private-npm-artifacts-feed-demo
Last synced: 15 days ago
JSON representation
Demo
- Host: GitHub
- URL: https://github.com/qdraw/azure-devops-private-npm-artifacts-feed-demo
- Owner: qdraw
- License: mit
- Created: 2022-03-02T19:09:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T13:11:02.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:39:23.348Z (2 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-devops-private-npm-artifacts-feed-demo
This repository contains the sample code that is used in the blog post: 'Create your own NPM private feed with Azure DevOps'
In this blog post I’m going to talk about a technical solution where you can share software components between different applications.
This is only relevant if you have multiple applications and want to share parts between them.[Article in English (Create your own NPM private feed with Azure DevOps)](https://qdraw.medium.com/create-your-own-npm-private-feed-with-azure-devops-54e02b81a10e)
[Article in Dutch (Een eigen NPM private feed maken met Azure Devops)](https://qdraw.nl/blog/technologie/een-eigen-npm-private-feed-maken-met-azure-devops/)
---
> Warning/Disclaimer: This repository is not updated when newer versions of `npm` and `node` arrive
> This assumes `node` version 16.x and `npm` 8.x
> npm package: `better-vsts-npm-auth` version 5.0.1
> Azure DevOps can change in behavior