parse-server

v2.2.22
An express module providing a Parse-compatible API server

dev

npm run build && node bin/dev

test

cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 node $COVERAGE_OPTION ./node_modules/jasmine/bin/jasmine.js

build

babel src/ -d lib/

start

node ./bin/parse-server

coverage

cross-env COVERAGE_OPTION='./node_modules/.bin/istanbul cover' npm test

test:win

npm run pretest && cross-env NODE_ENV=test TESTING=1 node ./node_modules/jasmine/bin/jasmine.js && npm run posttest

prepublish

npm run build

coverage:win

npm run pretest && cross-env NODE_ENV=test TESTING=1 node ./node_modules/babel-istanbul/lib/cli.js cover ./node_modules/jasmine/bin/jasmine.js && npm run posttest

Metadata

Downloads