0.2.2 • Published 5 years ago

@xcredits/xcredits-core v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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