Task manager app cli
npm install @eniskastrati/taskmanager-cliTaskmanager-cli is a Javascript NPM Package for managing your tasks via command-line interface.
Use the package manager npm to install Taskmanager CLI.
``bash`
npm install -g @eniskastrati/taskmanager-cli
After installation is done please go ahead with the setup of the app.
> ⚠️ Note that you should use this package with the latest stable Node Version.
> If you use a unstable version you will probably get only some warning, but will still work :)
Run the following command in your terminal
`bash`
todo setup
`bash`
todo add`
#### Read the pending tasksbash`
todo read`
#### Read the completed tasksbash`
todo readCompleted`
#### Update a task
For task update you need the "Todo Code"(unique task id) which you can get by reading the tasks with todo readbash`
todo update`
#### Deleting a task
"Todo Code" required to specify the Task IDbash`
todo delete`
#### Search for a taskbash``
todo search
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.