@jignesh119/clicrypto
v1.0.1
Published
Cli to get the current price of a cryptocurrency
Downloads
3
Readme
CliCrypto
CliCrypto is a command-line tool built with Node.js and the Ink library that allows you to quickly view the current prices of popular cryptocurrencies. It's designed to be simple and fast, providing an easy way to check the latest crypto prices right from your terminal.
Features
- Real-time Cryptocurrency Prices: Get the latest prices for popular cryptocurrencies.
- Simple and Intuitive: Just run
clicrypto
to see the list of cryptocurrencies and their current prices. - Helpful Flags: Use
--help
or-h
for usage information, and--version
or-V
to check the current version. - Cross-Platform: Works on macOS, Linux, and Windows.
- Lightweight: Minimal dependencies, easy to install and use.
Installation
You can install CliCrypto globally using npm:
npm install -g @jignesh119/clicrypto
Alternatively, you can clone the project from GitHub and install it locally:
git clone https://github.com/yourusername/clicrypto.git
cd clicrypto
npm install -g
Usage
After installing CliCrypto, simply run the following command in your terminal:
clicrypto
This will display a list of cryptocurrencies along with their current prices.
Flags
--help
,-h
: Display usage information.--version
,-V
: Display the current version of CliCrypto.
Contributing
Contributions are welcome! If you have any ideas for new features or improvements, feel free to open an issue or submit a pull request.
License
This project is licensed under the MIT License.