Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pantsbuild/pants

The Pants Build System
https://github.com/pantsbuild/pants

aws-lambda build build-system build-tool build-tools docker golang java javascript kotlin monorepo monorepos pants pantsbuild pex protobuf python rust scala shell

Last synced: 20 days ago
JSON representation

The Pants Build System

Awesome Lists containing this project

README

        

# Pants Build System

Pants is a scalable build system for _monorepos_: codebases containing
multiple projects, often using multiple programming languages and frameworks,
in a single unified code repository.

Some noteworthy features include:

* Explicit dependency modeling.
* Fine-grained invalidation.
* Shared result caching.
* Concurrent execution.
* Remote execution.
* Unified interface for multiple tools and languages.
* Extensibility and customizability via a plugin API.

Documentation: [www.pantsbuild.org](https://www.pantsbuild.org/).

# Getting started

See the [getting started](https://www.pantsbuild.org/docs/getting-started) documentation.

# Credits

macOS CI resources provided by [MacStadium](https://www.macstadium.com/).