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

https://github.com/pedrofurtado/my-simple-app-that-uses-private-npm-package

My simple app that uses private npm package. Just for fun.
https://github.com/pedrofurtado/my-simple-app-that-uses-private-npm-package

Last synced: about 1 month ago
JSON representation

My simple app that uses private npm package. Just for fun.

Awesome Lists containing this project

README

        

# my-simple-app-that-uses-private-npm-package

```bash
npm install # it will not work, missing github token

TOKEN_PRIVATE_REGISTRY_GITHUB_PACKAGES=xxx npm install # it will work! the github token needs the permission "read:packages"
```