Hacker News new | ask | show | jobs
by candreasen 2902 days ago
This is the most interesting way of doing it I've seen. How would this be configured/the scripts distributed?
1 comments

Two ways I've done in the past: have a resolver in the master script which knows how to crawl your source tree(s) and detect the appropriate tagging in specific programs, or have each program get registered in a config script that the master reads from.

I live in a world where we're expected to be synced to head in a monorepo, so distribution is easy for me.