parse-server

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

docs

jsdoc -c ./jsdoc-conf.json

lint

flow && eslint --cache ./

test

npm run testonly

build

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

start

node ./bin/parse-server

watch

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

prepare

npm run build

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

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

lint-fix

eslint --fix --cache ./

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

prettier

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

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

definitions

node ./resources/buildConfigDefinitions.js

postinstall

node -p 'require("./postinstall.js")()'

Metadata

Downloads