0.2.2 • Published 7 years ago
@xcredits/xcredits-core v0.2.2
xcredits-core
Build instructions
Run
npm installthen
npm run buildDeploying
Check if logged in
npm whoamiLog in if not
npm adduserCheck version
npm versionIncrement version
npm version patch
npm version minor
npm version majorpatch 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 initTo scope the package as an xcredits pagg, use
npm init --scope=xcredits