coverup

v0.1.1
Conceal a string with asterisks
coverup conceal concealed mask masked obfuscate obfuscated hide hidden and 5 more...

test:lint

standard --verbose | snazzy

test:unit

rm -rf .nyc_output coverage && nyc ava src/**/*.test.js -a

test:coverage

nyc report -r=lcov

test

npm-run-all test:*

coveralls

cat coverage/lcov.info | coveralls

build:node

rm -rf lib && babel src -d lib --no-comments

build:umd

webpack -p

prepublish

npm-run-all --parallel build:*
npm i coverup

Metadata

  • MIT
  • Whatever
  • Jason Maurer
  • released 6/28/2017

Downloads

Maintainers