aurora-core

v4.2.1
Aurora Application Assembler Core

test

npm run test:server && npm run test:client

test:client

karma start

test:server

mocha --require babel-register "./src/**/*.test.server.js"

watch:test

karma start --no-single-run --browsers Firefox

test:lint

eslint src/**/*.js*

pretest

npm run test:lint

build

rimraf dist && babel src --out-dir dist

prepublishOnly

npm run build
npm i aurora-core

Metadata

  • MIT
  • 8.4.0
  • Unknown
  • released 2/5/2018

Downloads