hex-debug

v0.1.0
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:lint

npm run lint

ci:test

npm run test -- --runInBand

clear

rimraf lib

lint

eslint src/

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

Metadata

Downloads

Maintainers