1.1.0 • Published 4 years ago
@oceanbit/hextodecimal v1.1.0
Hex to Decimal
A CLI utility for converting hex numbers to decimal
Install
npm i -g @oceanbit/hextodecimalUse
You can either specify the numerical input as a command line argument or pipe the number (preferred).
hextodecimal f2or
echo "f2" | hextodecimal1.1.0
4 years ago