kinvey-node-sdk

v3.3.5
Kinvey JavaScript SDK for NodeJS applications.
Kinvey NodeJS

build

npm run clean && npm run transpile

clean

del dist coverage

cover

istanbul cover _mocha -- --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test/unit/index test/unit

docs

esdoc -c esdoc.json

lint

npm run lint:src

lint:src

eslint src/**

lint:test

eslint test/unit/**

preversion

del node_modules && npm install && npm test

postversion

git push && git push --tags

test

mocha --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test/unit/index test/unit

test:watch

mocha -w --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test/unit/index test/unit

transpile

BABEL_ENV=production babel --no-comments --out-dir dist src

version

npm run build && git add -A dist

Metadata

Downloads