This is a simple Command Line Interface (CLI) for managing tasks, built with Node.js. Specification from https://roadmap.sh/projects/task-tracker
-
Clone the repository:
git clone https://github.com/yourusername/task-management-cli-js.git
-
Navigate to the project directory:
cd task-management-cli-js
-
Install the dependencies:
npm install
-
Usage Once you've installed the dependencies, you can use the CLI to manage tasks.
To run the CLI, execute:
npx task-management-cli-js
Or, if you want to install it globally:
npm install -g .
task-management-cli-js
- Features
Add tasks Remove tasks List tasks Mark tasks as complete
- Dependencies
This CLI uses the following npm packages:
chalk: For styling terminal string output. commander: To build the CLI interface. figlet: For creating ASCII art in the terminal. inquirer: For creating interactive prompts. ora: For displaying elegant loading spinners.
- Contributing Feel free to submit issues or pull requests. Contributions are welcome!
License This project is licensed under the ISC License. See the LICENSE file for more details.