hex-debug

v2.0.2
A small debug library to print a buffer's content as a hex table
hex table debug

build

babel -d lib src

ci:all

npm-run-all -s ci:lint ci:test

ci:coverage

codecov

ci:lint

npm run lint

ci:test

npm run test -- --runInBand

clear

rimraf lib

format

prettier

lint

eslint src/

prettier

prettier --write src/**/*.js

release

standard-version -s

sign

pkgsign sign .

sign-commit

git add signature.json && git commit -m "chore(signature): Updated signature.json file"

prepublish

in-publish && git push --follow-tags origin master || not-in-publish

test

jest -c jest.json
npm i hex-debug

Metadata

Downloads

Maintainers