Skip to content

dsapoetra/task-management-cli-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management CLI

This is a simple Command Line Interface (CLI) for managing tasks, built with Node.js. Specification from https://roadmap.sh/projects/task-tracker

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/task-management-cli-js.git
    
  2. Navigate to the project directory:

    cd task-management-cli-js
    
  3. Install the dependencies:

    npm install
  4. 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
  1. Features
    Add tasks
    Remove tasks
    List tasks
    Mark tasks as complete
    
    
  2. 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.
    
    
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published