s786s-cli-currency-converter
v1.0.0
Published
CLI Currency Converter is a simple command-line tool to convert currencies. It allows users to convert between different currencies with ease.
Downloads
5
Maintainers
Readme
CLI Currency Converter
CLI Currency Converter is a simple command-line tool to convert currencies. It allows users to convert between different currencies with ease.
Installation
You can install the CLI Currency Converter package via npm:
npm install cli-currency-converter
Usage
After installation, you can use the CLI Currency Converter in your terminal. Simply run the command:
currency-converter
Follow the prompts to select your currency, the currency you want to convert to, and enter the amount to convert.
Example
$ currency-converter
Select your Currency: USD
Select your Conversion Currency: PKR
Enter your conversion amount: 100
Your conversion from USD to PKR is 277.3
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author: Muhammad Shabbir
Now, for the NPM README:
```markdown
# CLI Currency Converter
CLI Currency Converter is a simple command-line tool to convert currencies. It allows users to convert between different currencies with ease.
## Installation
You can install the CLI Currency Converter package via npm:
```bash
npm install cli-currency-converter
Usage
After installation, you can use the CLI Currency Converter in your terminal. Simply run the command:
currency-converter
Follow the prompts to select your currency, the currency you want to convert to, and enter the amount to convert.
Example
$ currency-converter
Select your Currency: USD
Select your Conversion Currency: PKR
Enter your conversion amount: 100
Your conversion from USD to PKR is 277.3
Author
- Muhammad Shabbir
- GitHub: codewithshabbir
- NPM: muhammadshabbir
License
This project is licensed under the MIT License - see the LICENSE file for details.