brolog

v1.12.3
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:es && npm run lint:ts

rollup

rollup -c

lint:ts

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/npm-pack-testing.sh

test:unit

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

lint:es

eslint --ignore-pattern tests/fixtures/ '{bin,examples,scripts,src,tests}/**/*.ts'

Metadata

Downloads

Maintainers