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