@oceanbit/decimaltohex
v1.1.0
Published
Convert a decimal number to HEX easily
Downloads
13
Maintainers
Readme
Decimal to Hex
A CLI utility for converting decimal numbers to hex
Install
npm i -g @oceanbit/decimaltohexUse
You can either specify the numerical input as a command line argument or pipe the number (preferred).
decimaltohex 12or
echo "12" | decimaltohex