parse

v2.4.0
The Parse JavaScript SDK
cloud mobile api

docs

jsdoc -c ./jsdoc-conf.json ./src

lint

eslint --cache src/ integration/

test

PARSE_BUILD=node jest

build

./build_releases.sh

watch

PARSE_BUILD=${PARSE_BUILD:=node} gulp watch

release

./build_releases.sh && npm publish

lint:fix

eslint --fix --cache src/ integration/

integration

TESTING=1 jasmine --config=jasmine.json

release_docs

./release_docs.sh

Metadata

Downloads