@hustle/parse-server

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

dev

npm run build && node bin/dev

lint

flow && eslint --cache ./

build

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

pretest

npm run lint

test

cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 jasmine

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 nyc jasmine

start

node ./bin/parse-server

prepare

npm run build

postinstall

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

Metadata

Downloads