chromepass

v1.0.2
Google Chrome password generator algorithm.
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
npm i chromepass

Metadata

  • MIT
  • Whatever
  • Nathachai Thongniran
  • released 12/15/2021

Downloads

Maintainers