Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 348 Bytes

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: "[email protected]",
    password: "Your email password",
    to: "[email protected]"
  }
};