arangojs

v4.0.0-alpha9
The official ArangoDB JavaScript driver.
arango arangodb aql nosql client driver api http rest and 1 more...

dist

babel --compact false -d lib src

lint

eslint src test

test

mocha --growl

cover

istanbul cover --report lcov _mocha

watch

parallelshell 'npm run watch:dist' 'npm run watch:test'

coveralls

cat ./coverage/lcov.info | coveralls ; rm -rf ./coverage

prepublish

npm run lint && npm run dist && node -e 'require("./");'

watch:dist

watch 'npm run dist' ./src

watch:test

watch 'npm run lint && npm run test' ./lib ./test

precoveralls

npm run cover

Metadata

Downloads