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.
- 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.
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
After installing CliCrypto, simply run the following command in your terminal:
clicrypto
This will display a list of cryptocurrencies along with their current prices.
-
--help
,-h
: Display usage information. -
--version
,-V
: Display the current version of CliCrypto.
Contributions are welcome! If you have any ideas for new features or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.