brolog

v1.0.7
Npmlog like logger for Browser
brolog npmlog log logger console.log console browser

clean

rm -fr dist/

dist

npm run clean && npm run build:umd && npm run build && npm run build:amd && npm run build:system

build

tsc

build:umd

tsc --module umd --outDir dist/umd

build:amd

tsc --module amd --outDir dist/amd

build:system

tsc --module system --outDir dist/system

e2e

test/protractor.sh

lint

npm run tslint

tslint

tslint src/**/*.ts && tsc --noEmit

test

npm run dist && npm run unit && npm run e2e

unit

tap -R tap test/unit/**/*.spec.ts

Metadata

  • ISC
  • Whatever
  • Zhuohuan LI
  • released 4/30/2017

Downloads

Maintainers