console-helpers

v0.0.2
console.log helpers for daily debugging

test

jest

build

yarn clean && yarn build:cjs && yarn build:esm

build:cjs

tsc --module commonjs --outDir ./dist/commonjs

build:esm

tsc

lint

yarn eslint .

clean

rimraf dist

patch

npm version patch && npm publish

minor

npm version minor && npm publish

major

npm version major && npm publish

prepare

yarn lint && yarn test && yarn build

postpublish

git push origin master --follow-tags

Metadata

  • MIT
  • Whatever
  • Raphael Thomazella
  • released 12/5/2019

Downloads

Maintainers