numtide/treefmt
github.com·5d
Format Validation
Preview
Report Post

treefmt

The formatter multiplexer

A numtide project.

treefmt streamlines the process of applying formatters to your project, making it a breeze with just one command line.

Motivation

Modern code repositories are rarely written in a single language. They often contain a mix of languages, each with its own formatting requirements.

While working for our customers, we noticed that projects each tended to re-implement the same formatter multiplexing logic. A script that invokes all the formatters.

What if that script was a single command?

What if that single command would handle all the formatters in parallel? And only format files that have changed since the previous run?

That’s what treefmt is about.

About treefmt

treefmt runs all y…

Similar Posts

Loading similar posts...