A CLI to convert BTC to any currency using tdd.
npm install btc-cli-tdd
> A CLI to convert Bitcoin to any currency provided.
Want to learn how to create your own CLI? Check this course about JS with TDD
``sh`
$ npm install -g btc-cli-tdd
`sh
btc-converter --help
Usage: btc-cli-tdd [options]
Convert Bitcoin to any currency defined
Options:
-h, --help output usage information
-V, --version output the version number
-C, --currency
-A, --amount
``
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details