enigma.js

v2.2.1
JavaScript library for consuming Qlik backend services

build

rollup -c && cross-env NODE_ENV=production rollup -c

test

aw -c test/aw.config.json

test:watch

aw -c test/aw.config.json -w

test:unit

aw -c test/aw.config.json --glob test/unit/**/*.spec.js

test:unit:watch

aw -c test/aw.config.json --glob test/unit/**/*.spec.js -w

test:component

aw -c test/aw.config.json --glob test/component/**/*.spec.js

test:component:watch

aw -c test/aw.config.json --glob test/component/**/*.spec.js -w

test:integration

aw -c test/aw.config.json --glob test/integration/**/*.spec.js --mocha.timeout 5000

lint

eslint .

jsdoc

rimraf ./jsdoc && jsdoc ./src -c ./jsdoc-config.json -r -d ./jsdoc

preversion

npm run test && npm run test:integration

version

npm run build

postversion

git push && git push --tags

Metadata

  • MIT
  • Whatever
  • QlikTech International AB
  • released 5/3/2018

Downloads

Maintainers