prettier/prettier-cli

A faster CLI for Prettier.

43

stars

252

commits

TypeScript

primary language

Sep 7, 2026

updated

cli
prettier

README

prettier-cli

A faster CLI for Prettier.

The goal is to make this close to ~100% backwards compatible, and then just ship it in a future stable release of the prettier package, replacing the current CLI.

If you find any bugs, missing features, or unexpected slowness, please open an issue.

Installation

npm install prettier@next

It should be largely backwards compatible:

prettier . --check # Like before, but faster

You can also try it via npx, though npx itself is pretty slow:

npx prettier@next . --check

Contributors

fabiospampinato

164 commits

fisker

41 commits

43081j

22 commits

renovate[bot]

15 commits

prettier/prettier-cli

A faster CLI for Prettier.

43

stars

252

commits

TypeScript

primary language

Sep 7, 2026

updated

cli
prettier

README

prettier-cli

A faster CLI for Prettier.

The goal is to make this close to ~100% backwards compatible, and then just ship it in a future stable release of the prettier package, replacing the current CLI.

If you find any bugs, missing features, or unexpected slowness, please open an issue.

Installation

npm install prettier@next

It should be largely backwards compatible:

prettier . --check # Like before, but faster

You can also try it via npx, though npx itself is pretty slow:

npx prettier@next . --check

Contributors

fabiospampinato

164 commits

fisker

41 commits

43081j

22 commits

renovate[bot]

15 commits

Languages

TypeScript

59.1%

JavaScript

40.7%