nrwl / monorepo.tools

Your defacto guide on monorepos, and in depth feature comparisons of tooling solutions.
https://monorepo.tools
MIT License
289 stars 31 forks source link

Consider adding Pants to the list of tools #52

Closed cczona closed 2 years ago

cczona commented 2 years ago

Pants is a polyglot open source monorepo build system. It currently supports Python, Go, Java, Scala, and Shell. Adding JavaScript support is high on the community roadmap's priority list. Pants is a BUILD-file oriented system with a design inspired by Blaze, Ant, and others. It is most frequently compared to Bazel; which is reasonable, though there are a number of key differences between the two: https://blog.pantsbuild.org/pants-vs-bazel/

More info is available at https://pantsbuild.org and https://slack.pantsbuild.org. As a team member, I'm happy to answer questions. Thanks for welcoming the project to be submitted for your consideration! https://twitter.com/juristr/status/1514642911492640771?s=20&t=-YfS5beID6oxDqQhLM83zQ

bcabanes commented 2 years ago

Hi @cczona!

Thank you for reaching out and for your time!

For sure a PR is gladly welcomed! Let me know if you need help with it.

benjyw commented 2 years ago

Hi, thanks for considering our PR. Here is my attempt: https://github.com/nrwl/monorepo.tools/pull/57

I've added some comments on the PR to explain what I thought I was doing and to ask for clarification on a couple of points. Happy to make any necessary changes. Thanks!!

bcabanes commented 2 years ago

Thank you for the PR! I commented and updated it, let me know!

benjyw commented 2 years ago

Thanks for the quick turnaround, and for the updates, which definitely look a lot better than my attempt :)

I commented with a couple more questions to be sure I understand the categories correctly, so that I can ensure that our content make sense.

bcabanes commented 2 years ago

Answered! Hope it helps!

benjyw commented 2 years ago

Thanks for clarifying. Looks like our existing answers make sense with those clarifications. :)

benjyw commented 2 years ago

Thanks! Closed in https://github.com/nrwl/monorepo.tools/pull/57

benjyw commented 2 years ago

@cczona can you close the issue out?

bcabanes commented 2 years ago

I just merged the PR, it will be live in a few minutes, the time for CI to pass and deploy to happen. 👍

Closing the issue.