@raveenj/make-tea
v2.1.3
Published
## Description This npm package provides a simple function to make tea. It includes dependencies for console logging using npm packages like chalk and figlet.
Downloads
1
Readme
Make Tea
Description
This npm package provides a simple function to make tea. It includes dependencies for console logging using npm packages like chalk and figlet.
Installation
To use the Tea Maker function, first install the package via npm:
npm install @raveenj/make-tea
Usage
// Importing the makeTea function
const makeTea = require('@raveenj/make-tea');
// Making a cup of tea
makeTea('Green', 1, 50); // Example: Green tea with 1 spoon of sugar and 50 ml of milk
Dependencies
- chalk: Used for styling console output with colors.
- figlet: Used to create ASCII art for a welcome message.
Contributing
Contributions are welcome! If you find any bugs or want to suggest improvements, feel free to open an issue or create a pull request.
License
This project is licensed under the MIT License.