Open phinate opened 5 months ago
I've also included an example file (.example-meet-config.yaml
) in the top-level directory, which feels like a stop-gap for CI and README additions. Once we decide default behaviour for reading in this file, I'll go ahead and update the README.
Usage:
where the contents of
.meet-config.yaml
areThis results in a meeting between
person1
,person2
,a
, andb
.One thing I've not implemented yet because I wanted thoughts on it: where should this config live by default? I was going to write code to read the home dir and search for
.meet-config.yaml
, but I don't really know what would be standard practice here.Addresses #8.