-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## eod-bot | ||
|
||
Uses your git and linear contributions to generate a daily summary of your work. | ||
|
||
You'll probably need to hack a few magic strings that I use to split my PRs up and stuff like | ||
that but the general idea should be usable by anyone who has to write daily summaries. | ||
|
||
## Setup | ||
|
||
1. `cp .env.example .env` | ||
2. Fill in the `.env` file with your details | ||
3. `npm install` | ||
4. `npm run gen-today` to generate today's summary or `npm run gen-yesterday` for yesterday's |