04-rsib_contact-numbers-menue_cli v1.0.1
Contact Numbers Menu CLI
A simple and intuitive CLI application to manage contact numbers. This project uses inquirer
for interactive prompts, chalk
for colorful terminal output, and figlet
for stylized text headings.
Features
- Add Contact: Add a new contact with a name and phone number.
- View Contacts: View all the contacts stored in the application.
- Close Menu: Exit the application.
Installation
To use this CLI application, you need to have Node.js installed. You can install the application globally using npm
:
npm install 04-rsib_contact-numbers-menue_cli Alternatively, you can use npx to run the CLI without installing it globally:
Copy code npx 04-rsib_contact-numbers-menue_cli
Add Contact: Follow the prompts to enter the contact's name and phone number. View Contacts: Displays a list of all stored contacts. Close Menu: Exits the application.
License This project is licensed under the MIT License.
Github link:
Copy code
https://github.com/Roohia-Bashir