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