arangojs

v5.5.0
The official ArangoDB JavaScript driver.
arango arangodb aql nosql client driver api http rest and 1 more...

ci

mocha

dist

npm-run-all -p dist:*

lint

snazzy --verbose src/**/*.js test/**/*.js

test

mocha --growl

watch

npm-run-all -p watch:*

dist:node

babel --compact false -d lib src

prepublish

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

watch:node

watch 'npm run dist:node' ./src ./test

watch:test

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

dist:browser

webpack

watch:browser

npm run dist:browser -- --watch

Metadata

Downloads