A kitchen sink example repo would be nice #18623
sureshjoshi
started this conversation in
Development
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The Pants docs are excellent and we have several "getting started" repositories with sample code, but I think some opinionated "kitchen sink" example might be useful in showing more realistic use cases and being able to point users at it for help.
While I don't have a good grasp about what this would be like, as a jump off point - here is a common setup in many of my Pants repos:
For the most part, that's all Pants manageable (except for deployment, as I haven't really had time to work on the Ansible plugin in a long time).
All reactions