Hacker News new | ask | show | jobs
by tracker1 13 hours ago
Yeah, I've used bin/ and scripts/ in the past as well as _scripts/ ... but I just like the ergonomics of run/foo... run/api, run/ui, run/api-test, ... etc.

I'm usually working in a subproject, so it's usually ../../run/foo in practice, but still.

1 comments

Yeah! All the same. I love this pattern.