we are talking about practice
1.0.0
您想成为一个更好的程序员吗?
是的,我们正在谈论实践,伙计!
我决定每天至少要编码3个小时,同时至少发表一项致力于Github。在22H时,如果我不实现此目标,我将收到这样的电子邮件:

你想自己尝试吗?遵循以下说明:
git clone https://github.com/vlazic/we-are-talking-about-practice on您的服务器上.env文件: cp .env.example .env并更改示例数据: # your email
TO_EMAIL [email protected]
# notify if there is no commits in last COMMIT_HOURS_WARNING hours
# this should probably match hour at which cronjob is running this script
COMMIT_HOURS_WARNING =22
# notify if number of coding hours is bellow this value
CODING_HOURS_WARNING =3
# Your Github username
GITHUB_USER =vlazic
# Your WakaTime API key
WAKATIME_API =39a81265-5a52-4192-8112-e0b16b4819dc
# SMTP server info
SMTP_HOST =smtp.ethereal.email
SMTP_PORT =587
SMTP_USER [email protected]
SMTP_PASS =NAsSRCgwcWa24DBFRc
SMTP_FROM_MAIL [email protected]
npm installnpm run build0 22 * * * node PATH_TO_REPO/dist/index.js 通过创建自己的类似脚本来练习,以更适合您。这是肿的,因为我想尝试使用Typescript尝试节点:)

https://www.youtube.com/watch?v=gdbr2l5kzi