@oceanbit/hextodecimal

Convert a HEX number to decimal easily

Usage no npm install needed!

<script type="module">
  import oceanbitHextodecimal from 'https://cdn.skypack.dev/@oceanbit/hextodecimal';
</script>

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