c32check

v2.0.0
Crockford base-32 checksum encoding
blockchain id auth authentication bitcoin blockchain auth blockchain authentication blockchainid blockchain id and 17 more...

webpack

rimraf lib dist && webpack --mode=production

webpack:analyze

rimraf dist && cross-env NODE_ENV=production ANALYZE=true webpack --mode=production

compile

rimraf lib && tsc

prepublishOnly

npm run build

build

npm run lint && npm run test && npm run webpack && npm run compile

lint

eslint --ext=.ts ./src ./tests

prettier

prettier --write ./src/**/*.ts

test

nyc node ./tests/unitTests/src/index.ts

data-set-test

cross-env BIG_DATA_TESTS=1 nyc node ./tests/unitTests/src/index.ts

codecovUpload

codecov

prepare

husky install .github/husky
npm i c32check

Metadata

  • MIT
  • >=8
  • Jude Nelson
  • released 8/26/2022

Downloads