brolog

v1.3.22
Npmlog like logger for Browser
npmlog log logger console.log browser angular

clean

rm -fr dist/* bundles/*

dist

npm run clean && npm run build && npm run rollup && npm run dist:es6to5

dist:es6to5

tsc --out ./bundles/brolog.umd.js --target es5 --allowJs bundles/brolog.es6.umd.js --lib es6,dom

build

tsc --module es6

lint

npm run lint:ts

rollup

rollup -c

lint:ts

tslint --project tsconfig.json && tsc --noEmit

test

npm run lint && npm run dist && npm run test:unit && npm run test:e2e

test:e2e

bash -x tests/protractor.sh

test:pack

bash -x scripts/pack-testing.sh

test:unit

tap -R tap "src/**/*.spec.ts"

Metadata

  • ISC
  • Whatever
  • Zhuohuan LI
  • released 5/4/2018

Downloads

Maintainers