Usage

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

Authentication

Make sure you have a GIT_NOBEARS_TOKEN environment variable set in your global .zshrc file.
.zshrc
export GIT_NOBEARS_TOKEN="YOUR_GIT_NOBEARS_TOKEN_ACCESS_TOKEN"

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}