prettierd

Faster Prettier daemon for code formatting with improved performance

brewmacoslinux
Try with needOr install directly
Source

About

Prettier daemon

Commands

prettierd

Examples

Format a single JavaScript file$ prettierd src/index.js
Format multiple files with specific parser$ prettierd --parser babel src/**/*.js
Check formatting without writing changes$ prettierd --check src/app.ts