xcredits-core
Build instructions
Run
npm install
then
npm run build
Deploying
Check if logged in
npm whoami
Log in if not
npm adduser
Check version
npm version
Increment version
npm version patch
npm version minor
npm version major
patch
increments last digit 0.0.1
minor
increments middle digit 0.1.0
major
increments first digit 1.0.0
Creating a package for the first time
npm init
To scope the package as an xcredits pagg, use
npm init --scope=xcredits