ahmedmaher-courses-manager
v1.1.0
Published
Courses Manager is a simple Command Line Interface (CLI) tool to help you manage courses (add courses with name, price, and type). This tool is built using [Commander.js](https://github.com/tj/commander.js) and [Inquirer.js](https://github.com/SBoudrias/I
Downloads
6
Readme
Courses Manager CLI
Courses Manager is a simple Command Line Interface (CLI) tool to help you manage courses (add courses with name, price, and type). This tool is built using Commander.js and Inquirer.js.
Features
- Add a new course with
name
,price
, andtype
. - Stores courses in a
JSON
file. - Handles reading and writing course data to a
courses.json
file. - Interactive user input with Inquirer.js.
Installation
You can install the package globally using npm:
npm install -g ahmedmaher-courses-manager