An open API service indexing awesome lists of open source software.

https://github.com/manudasari265/cli-task-manager


https://github.com/manudasari265/cli-task-manager

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# CLI based Task Manager

1. Create a new node project
```
npm init -y
```
2. Change into root of the project
```
cd
```
3. Optional: Install Chalk and Commander npm packages
```
npm i chalk && npm i commander
```

## CLI command for help
```
node .js -h
```