Add example config file

This commit is contained in:
Miguel de la Cruz 2023-06-30 10:42:27 +02:00
parent af92353a89
commit 0b0e91928d
4 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
dist

View File

@ -1,3 +1,7 @@
build:
mkdir -p dist
go build -o dist ./...
test:
GOTESTSUM_FORMAT=testname gotestsum --packages="./..."

View File

@ -5,6 +5,11 @@
A simple bot that notifies of birthdays, posting the contact
information of the subject so you can reach them easily.
## Configuration
There is an [example configuration file](./example-config.yml) that
can be used as a base to create your own configuration.
## Roadmap
- [ ] Create the bot scaffold

2
example-config.yml Normal file
View File

@ -0,0 +1,2 @@
---
birthday_file: birthdays.csv