chromepass

v0.0.4
[![Build status](https://travis-ci.org/jojoee/chromepass.svg?branch=master)](https://travis-ci.org/jojoee/chromepass) [![npm version](https://img.shields.io/npm/v/chromepass.svg)](https://npmjs.org/package/chromepass) [![codecov](https://codecov.io/gh/joj
password secure chrome random generate generator authentication

prepublishOnly

npm run clean && npm run compile

compile

tsc

watch:compile

nodemon -e 'ts json' -x 'npm run compile || true'

clean

rm -rf dist

ava

ava -s -v

ava:fail-fast

ava -s -v --fail-fast

watch:ava

nodemon -e 'ts json' -x 'npm run ava || true'

watch:ava:fail-fast

nodemon -e 'ts json' -x 'npm run ava:fail-fast || true'

lint

eslint --ext ts .

lint:fix

eslint --ext ts --fix .

watch:lint

nodemon -e 'ts js json' -x 'npm run lint || true'

test

npm run lint && npm run nyc

nyc

nyc ava

test:tap

nyc ava --tap | tap-nyc

coverage

nyc report --reporter=text-lcov > coverage.lcov && codecov

watch:test

nodemon -e 'ts json' -x 'npm test || true'

typedoc

typedoc

push-with-tags

git push origin master && git push origin --tags

push-and-publish

npm run push-with-tags && npm publish

Metadata

  • MIT
  • Whatever
  • Nathachai Thongniran
  • released 6/20/2020

Downloads

Maintainers