briandorsey / wavrw

wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.
Apache License 2.0
3 stars 1 forks source link

research cargo build steps to replace precommit.py #1

Open briandorsey opened 1 year ago

briandorsey commented 1 year ago

Is it possible to update the README.md file on every build using cargo? That'd make sure it was always up to date.

briandorsey commented 5 months ago

Could use cog: https://til.simonwillison.net/python/cog-to-update-help-in-readme or Pollen: https://docs.racket-lang.org/pollen/

Both require extra tools though. Would be nice to have something that worked with minimal additional dependencies.