@eniskastrati/taskmanager-cli v1.0.5
Taskmanager CLI App
Taskmanager-cli is a Javascript NPM Package for managing your tasks via command-line interface.
Installation
Use the package manager npm to install Taskmanager CLI.
npm install -g @eniskastrati/taskmanager-cliAfter 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 :)
Setup
For the setup you need to get your credentials from admin (username, password)
Run the following command in your terminal
todo setupCommands
Add a new task
todo addRead the pending tasks
todo readRead the completed tasks
todo readCompletedUpdate a task
For task update you need the "Todo Code"(unique task id) which you can get by reading the tasks with todo read
todo updateDeleting a task
"Todo Code" required to specify the Task ID
todo deleteSearch for a task
todo searchApp

Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.