brolog

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

clean

rm -fr dist/* bundles/*

dist

npm run clean && npm run build && npm run build:umd

build

tsc

build:umd

tsc --target es5 --module umd --outDir bundles/ && npm run patch

build:amd:deprecated

tsc --module amd --outDir dist/amd

build:system:deprecated

tsc --module system --outDir dist/system

patch

patch < patch/umd.patch bundles/brolog.js

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 5/6/2017

Downloads

Maintainers