项目作者: erik-henrique

项目描述 :
A CLI to convert Bitcoin to any currency provided.
高级语言: JavaScript
项目地址: git://github.com/erik-henrique/btc-converter.git
创建时间: 2019-09-21T03:25:32Z
项目社区:https://github.com/erik-henrique/btc-converter

开源协议:MIT License

下载


Bitcoin Converter CLI

A CLI to convert Bitcoin to any currency provided.

Example CLI running

Want to learn how to create your own CLI? Check this course about JS with TDD

Installing

  1. $ npm install -g btc-converter

How to use

  1. btc-converter --help
  2. Usage: btc-converter [options]
  3. Convert Bitcoin to any currency defined
  4. Options:
  5. -h, --help output usage information
  6. -V, --version output the version number
  7. -C, --currency <currency> Currency to be converted. (Default: USD)
  8. -A, --amount <amount> Value in Bitcoin to convert. (Default: 1)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details