parse-server

v7.0.0-alpha.24
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:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017

ci:check

node ./ci/ciCheck.js

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine

lint-fix

eslint --fix --cache ./

posttest

cross-env mongodb-runner stop --all

prettier

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

testonly

cross-env MONGODB_VERSION=${MONGODB_VERSION:=5.3.2} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine

definitions

node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'

postinstall

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

test:mongodb

npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion

madge:circular

madge ./src --circular

ci:checkNodeEngine

node ./ci/nodeEngineCheck.js

test:mongodb:5.3.2

npm run test:mongodb --dbversion=5.3.2

test:mongodb:6.0.2

npm run test:mongodb --dbversion=6.0.2

test:mongodb:7.0.1

npm run test:mongodb --dbversion=7.0.1

ci:definitionsCheck

node ./ci/definitionsCheck.js

test:mongodb:4.2.19

npm run test:mongodb --dbversion=4.2.19

test:mongodb:4.4.13

npm run test:mongodb --dbversion=4.4.13

test:mongodb:testonly

cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine

test:mongodb:runnerstart

cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner start -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017

Metadata

Downloads