Does anyone have experience with pants in very sma...
# general
a
Does anyone have experience with pants in very small repos? I feel like use of
adhoc_tool
(+ maybe a docker based environment), can make it very useful for building some bespoke/weird artifacts. Think like building a font.
I'm just looking for validation that this idea is not outlandish and if anyone has experience doing this, what is there opinion.
w
There’s no particular size constraint. You can use shell command, adhoc - so long as there is a purpose to adding another tool to your repo, I don’t see a problem
E.g. I have a bunch of scripts sitting around my computer - would I create a pants repo for a single script? Not a chance. However, taking all my scripts, putting them into a monorepo, and then using pants to manage that? Yep - I have that, which is mostly for CI and unifying formatting/linting
👍🏽 1