Usage

All you need to do/ set up in order to use our packages.

Authentication

Before you can use any of our packages, you will first need to add the following to either your project or global .npmrc file, in order to be allowed to install our packages.

.npmrc
shamefully-hoist=true
strict-peer-dependencies=false
auto-install-peers=true

@nobears-front-end:registry=https://git.nobears.nl/api/v4/packages/npm/
//git.nobears.nl/:_authToken=${GIT_NOBEARS_TOKEN}