kwiz-utils
is an NPM package and library that provides shared code for the other components of kwizapp
.
- Login to Github Package Registry using
npm login --registry=https://npm.pkg.github.com
and your credentials. Any provided access token will need at least therepo
andread:packages
scope. - Create a
.npmrc
file in your project and includeregistry=https://npm.pkg.github.com/kwizapp
, which tells NPM to lookup the package in the Github registry. Github also serves any normal NPM package. - Install using
npm i @kwizapp/kwiz-utils
npm start
or npm run test:watch
npm run test