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