Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.17 KB

toddlerevents

Find Bay Area toddler events (currently only from public libraries) to attend with my son that are outside of work hours. Updates https://github.com/bbkane/toddlerevents.bbkane.com each Friday and Monday.

Project Status (2025-01-24)

This is "MVP" status... everythings hardcoded, there are bugs (see issues), and there are no tests. I plan to make it more useful to myself and others "at some point".

Use

toddlerevents_LOG_LEVEL=INFO toddlerevents_README_PATH=tmp.md [download|write]

Install

scoop bucket add bbkane https://github.com/bbkane/scoop-bucket
scoop install bbkane/toddlerevents
  • Download Mac/Linux/Windows executable: GitHub releases
  • Go: go install go.bbkane.com/toddlerevents@latest
  • Build with goreleaser after cloning: goreleaser --snapshot --skip-publish --clean

Notes

See Go Developer Tooling for notes on development tooling.