btc-converter-v2
v1.0.6
Published
A bitcoin converter
Readme
Bitcoin Converter
This is a CLI tool to convert from Bitcoin to any currency
Instructions
- Can be downloaded through NPM
npm i -g btc-converter-v2- Or cloned and then built
git clone https://github.com/julio-cesar-development/btc-converter.git
cd btc-converter
npm install
npm run build
npm linkUse
- Must be executed through command line
btc-converter [options]- The tool accepts some options:
- -C --currency | the currency to be converted
- -A --amount | the amount to be converted
