@hustle/parse-server

v4.3.0-hustle3
An express module providing a Parse-compatible API server

definitions

node ./resources/buildConfigDefinitions.js

docs

jsdoc -c ./jsdoc-conf.json

lint

flow && eslint --cache ./

lint-fix

eslint --fix --cache ./

build

babel src/ -d lib/ --copy-files

watch

babel --watch src/ -d lib/ --copy-files

pretest

cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner start

testonly

cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 jasmine

test

npm run testonly

posttest

cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner stop

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 nyc jasmine

start

node ./bin/parse-server

prettier

prettier --write {src,spec}/**/*.js

prepare

npm run build

postinstall

node -p 'require("./postinstall.js")()'
npm i @hustle/[email protected]

Metadata

Downloads