Setup
Configure package registry
Configure your package manager to install packages from the Gitlab package registry. More information about all published Packages can be found here.
Create a .npmrc file in the root of your package to configure the registry:
- src/
- README.md
- package.json
- .npmrc ⬅
echo @sv:registry=https://gitlab.s-v.de/api/v4/projects/1560/packages/npm/ >> .npmrc