A simple command-line interface (CLI) task manager application built using Node.js and Inquirer.js.
- Add tasks
- View tasks
- Update tasks
- Delete tasks
- Manage tasks from the command line with ease
- Node.js installed (version 14+ recommended)
- Inquirer.js (will be installed as a dependency)
-
Clone the repository to your local machine:
git clone https://github.com/ay-ub/task-manager-cli.git
-
Navigate to the project directory:
cd task-manager-cli
-
Install dependencies using
npm
orpnpm
:npm install
or
pnpm install
To run the task manager, use the following command in the terminal:
node ./index.js