# bitconv-cli

> A CLI to convert Bitcoin to any currency provided.

Latest version **1.0.3** (published 2021-05-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install bitconv-cli
pnpm add bitconv-cli
yarn add bitconv-cli
bun add bitconv-cli
```

Provides the command `bitconv-cli`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-05-08 |
| First published | 2020-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 12.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Guilherme Almeida |
| Maintainers | guisalmeida |
| Keywords | js, tdd, library |

## Links

- npm: https://www.npmjs.com/package/bitconv-cli
- Repository: https://github.com/GuiSAlmeida/bitconv-cli
- Homepage: https://github.com/GuiSAlmeida/bitconv-cli#readme
- Issues: https://github.com/GuiSAlmeida/bitconv-cli/issues
- npm.io page: https://npm.io/package/bitconv-cli

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.0.3 (latest) — 2021-05-08
- 1.0.2 — 2020-08-16
- 1.0.1 — 2020-08-16
- 1.0.0 — 2020-08-16

## README

```
  _     _ _                                 _ _
 | |__ (_) |_ ___ ___  _ ____   __      ___| (_)
 | '_ \| | __/ __/ _ \| '_ \ \ / /____ / __| | |
 | |_) | | || (_| (_) | | | \ V /_____| (__| | |
 |_.__/|_|\__\___\___/|_| |_|\_/       \___|_|_|

  Convert Bitcoin to any currency provided
```

> bitconv-cli is a Command Line Interface Conversor from Bitcoin to currency provided.


### Installing

```node
$ npm install -g bitconv-cli
```

Create a global symlink for a dependency.

```node
npm link
```

### How 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 command

```

## __*Built With*__

* [commander](https://github.com/tj/commander.js/) - Lib used to make commands interface.
* [figlet](https://github.com/patorjk/figlet.js) - Used to making large letters of logo.
* [chalk](https://github.com/chalk/chalk) - Used to logging of colored information.

## __*Author*__

[**Guilherme Almeida**](https://guisalmeida.com)

See also the list of [contributors](https://github.com/GuiSAlmeida/bitconv-cli/contributors) who participated in this project.

## Contributing

Please read [CONTRIBUTING.md](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](LICENSE.md) file for details

---
_Source: https://npm.io/package/bitconv-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
