Holds all the public Node packages (npm) for @terran-source
Create an .npmrc file inside the same folder as package.json (if it's not already there).
my-project
|- package.json
|- .npmrc // ☚
|- ... (others)
Then, add the following line inside .npmrc:
@terran-source:registry=https://npm.pkg.github.com/
always-auth=false
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
@terran-source:registry=https://npm.pkg.github.com/
always-auth=true
Now, add the package as dependency to your project
npm install @terran-source/hooks
yarn add @terran-source/hooks