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