mousa-courses-cli
v1.0.1
Published
🎓 Mousa Courses CLI Welcome! This is my very first CLI package published on npm. I built this lightweight interactive tool using Node.js, leveraging Commander for CLI structure and Inquirer for smooth terminal prompts.
Readme
🎓 Mousa Courses CLI Welcome! This is my very first CLI package published on npm. I built this lightweight interactive tool using Node.js, leveraging Commander for CLI structure and Inquirer for smooth terminal prompts.
🚀 Quick Start You don't need to install anything globally. Run the commands directly using npx:
Add a New Course Bash npx mousa-courses-cli add How it works: The CLI will interactively ask you for the course title and course price, then save it automatically inside a local courses.json file.
View All Courses Bash npx mousa-courses-cli list How it works: Displays a clean, structured table containing all your added courses along with their prices.
🛠️ Built With Node.js
Commander
Inquirer
That's all! A simple step forward in my Node.js development journey.
