Socket
Book a DemoInstallSign in
Socket

@prettier/cli

Package Overview
Dependencies
Maintainers
14
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prettier/cli

A faster CLI for Prettier.

latest
Source
npmnpm
Version
0.9.0
Version published
Weekly downloads
33K
53.24%
Maintainers
14
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 14 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts