Home
Softono

Todo Starter

Open source HTML
16
Stars
9
Forks
1
Issues
1
Watchers
6 years
Last Commit

 About Todo Starter

# Todo Starter USE THIS TEMPLATE TO INIT YOUR TODO PROJECT! **YOU NEED TO ADD SECRETS ENV(MAIL_USERNAME/MAIL_PASSWORD/MAIL_TO/MAIL_FROM) WHICH IN GITHUB SETTINGS -> ACTIONS TO MAKE EMAIL NOTIFY WORK** # Use todo-plus-parser to generate html file ```bash npm i todo-plus-parser -g todo-plus-parser -i "./" -o "./out.html" ``` Then you get your doing(which you are doing now) && critical(which you think critical but not start to do) todo items and github actions will notify you everyday by email which you set. ![](assets/imgs/out.png?raw=true)

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing Todo Starter?

We provide expert installation service for this software. Our team will install, configure, and secure Todo Starter on your server. plans start at just $30.

Todo Starter

View on GitHub

Todo Starter

USE THIS TEMPLATE TO INIT YOUR TODO PROJECT!

YOU NEED TO ADD SECRETS ENV(MAIL_USERNAME/MAIL_PASSWORD/MAIL_TO/MAIL_FROM) WHICH IN GITHUB SETTINGS -> ACTIONS TO MAKE EMAIL NOTIFY WORK

Use todo-plus-parser to generate html file

npm i todo-plus-parser -g
todo-plus-parser -i "./" -o "./out.html"

Then you get your doing(which you are doing now) && critical(which you think critical but not start to do) todo items and github actions will notify you everyday by email which you set.