logstar

v3.1.0
Simple, opinionated, isomorphic logging.
autoconfigure isomorphic logging loggly universal winston

build

rm -rf dist && babel --presets 'es2015' --ignore *.tests.js lib --out-dir dist

lint

eslint . --ext .js

jscs

jscs .

lint:fix

npm run lint -- --fix || true

jscs:fix

jscs . --fix || true

cover

npm run lint && babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha lib/**/*.tests.js

mocha

node_modules/mocha/bin/_mocha --compilers js:babel-core/register --recursive 'lib/**/*.tests.js'

test

npm run lint && npm run mocha

test:watch

npm run mocha -- --watch

prepublish

npm run build
npm i logstar

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/30/2016

Downloads