Manage is a Nodejs CLI tool that manages your tasks and events.
If you have npm on your machine, run npm i tdmanage
. This app uses chalk
, conf
, and commander
. Works with nodejs version 16, but not with anything lower. To install dependencies, run npm i chalk conf commander
.
To start, run manage help
to see the possible commands.
manage
will keep track of your todos and the events you have, and display a calendar when prompted.