Skip to content

ZhuNian/autoEmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoEmail

automatically send a email to your BOSS base on your daily commit message

install

npm install

config

a config template file elaborates the configs needed to send your mail, rename it to config.js.

email template

email template is template.js and there is a template html output, emailTemplate.html, which you can check the email you will send out and change the template.js if needed

usage

commit your message by: 'I did awesome things today;50%;BOSS is stupid'

node .

then you will send a email to your boss in a table:

index   work           percent    comment
0       I did..        50%        Boss is stupid

Code example

config: {
repoPath: '',    //the absolue path of your repo
email: '',       //your email addr
pass: '',        //your email password
from: '',        //your name
to: '',          //your boss and workmates
phone: '',       //your phone
workingEmail: '' //your working email
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published