1.0.5 • Published 4 months ago

@eniskastrati/taskmanager-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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-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 :)

Setup

For the setup you need to get your credentials from admin (username, password)

Run the following command in your terminal

todo setup

Commands

Add a new task

todo add

Read the pending tasks

todo read

Read the completed tasks

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 read

todo update

Deleting a task

"Todo Code" required to specify the Task ID

todo delete

Search for a task

todo search

App

Add Task Photo Read Task Photo Read Completed Task Photo Search Task Photo

Contributing

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

License

MIT

Author

@eniskastrati

1.0.5

4 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

9 months ago

1.0.1

9 months ago