arangojs

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

ci

mocha --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test

dist

rimraf lib && npm-run-all --parallel dist:* && cpy src/index.all.js --rename index.js lib/

test

mocha --growl --reporter spec --require source-map-support/register --timeout 10000 lib/cjs/test

preci

yarn install

jenkins

yarn ci -- --timeout 0 --reporter xunit-file

prepare

yarn dist && node -e 'require(".");'

pretest

yarn dist

dist:cjs

tsc -p . --outDir ./lib/cjs/ && cpy src/index.js lib/cjs/

dist:web

webpack

dist:async

tsc -p . --outDir ./lib/async/ --target es2017 && cpy src/index.js lib/async/

Metadata

Downloads