Files
weatherreporter/README.md

23 lines
645 B
Markdown

# weatherreporter
`weatherreporter` is a Go application for preparing human-facing weather
reports from normalized forecast data.
The application can currently produce a Daily briefing JSON artifact. Rendered
reports and `scriptorium` execution are tracked in the roadmap and are not
implemented yet.
## Quickstart
```sh
weatherreporter generate daily --date 2026-05-29 --out ./daily.md
```
## Documentation
- [CLI reference](docs/cli.md)
- [Configuration reference](docs/config.md)
- [Architecture policy](docs/policy/architecture.md)
- [Development policy](docs/policy/development.md)
- [Implementation roadmap](docs/roadmap/initial.md)