1.0.3 • Published 5 years ago
bitconv-cli v1.0.3
_ _ _ _ _
| |__ (_) |_ ___ ___ _ ____ __ ___| (_)
| '_ \| | __/ __/ _ \| '_ \ \ / /____ / __| | |
| |_) | | || (_| (_) | | | \ V /_____| (__| | |
|_.__/|_|\__\___\___/|_| |_|\_/ \___|_|_|
Convert Bitcoin to any currency providedbitconv-cli is a Command Line Interface Conversor from Bitcoin to currency provided.
Installing
$ npm install -g bitconv-cliCreate a global symlink for a dependency.
npm linkHow to use
Usage: bitconv-cli [options]
Options:
-V, --version output the version number
-C, --currency <currency> Currency to be converted. (default: USD)
-A, --amount <amount> Value in Bitcoin to convert. (default: 1)
-h, --help display help for commandBuilt With
- commander - Lib used to make commands interface.
- figlet - Used to making large letters of logo.
- chalk - Used to logging of colored information.
Author
See also the list of contributors who participated in this project.
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