I would like to be able to distribute all the dev dependencies in a somewhat reproducible way. Maybe with Docker. I'm not sure what is the most appropriate way to approach this. It may be a bit overkill for the current set of dependencies but I expect the list to grow and I'd like to get ahead of the problem rather than wait for it to become a problem.
I'd appreciate any thoughts on the issue. "Best practices" for this kind of thing is something I'm still learning about even just in the abstract
I would like to be able to distribute all the dev dependencies in a somewhat reproducible way. Maybe with Docker. I'm not sure what is the most appropriate way to approach this. It may be a bit overkill for the current set of dependencies but I expect the list to grow and I'd like to get ahead of the problem rather than wait for it to become a problem.
I'd appreciate any thoughts on the issue. "Best practices" for this kind of thing is something I'm still learning about even just in the abstract