williamdoliveira.btc-converter
v0.0.2
Published
A CLI to convert Bitcoins to any currency provided
Downloads
1
Readme
BTC-CONVERTER
A CLI to convert Bitcoins to any currency provided [USD|BRL]
Installation
Use the package manager npm to install foobar.
npm i williamdoliveira.btc-converter
Usage
"scripts": {
"btcConverter": "./node_modules/.bin/btc-converter",
"btcConverterBTCtoBRL": "./node_modules/.bin/btc-converter -C BRL",
"btcConverterBTCtoBRLAmount": "./node_modules/.bin/btc-converter -C BRL -A 10"
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.