Skip to content

futurechallenger/daily-report-tool

 
 

Repository files navigation

daily-report-tool

The prototype of daily report tool, which is born for aggregating and reporting daily github commits.

Config your env

You can configure env like this.

export let env = {
  email: {
    account: "your-email-address@gmail.com",
    password: "Your email password",
    to: "report-email-address@gmail.com"
  }
};

About

The prototype of daily report tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.0%
  • JavaScript 20.0%