Skip to content

prettier/prettier-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b33a1d5 · Mar 6, 2025
Feb 2, 2025
Feb 23, 2025
Nov 29, 2023
Mar 6, 2025
Mar 6, 2025
Nov 29, 2023
Feb 2, 2025
Dec 21, 2023
Sep 14, 2024
Dec 1, 2023
Nov 29, 2023
Feb 24, 2025
Mar 6, 2025
Nov 30, 2023
Dec 13, 2023

Repository files navigation

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