{"library":"pretty-parallel","title":"pretty-parallel","description":"A CLI tool that wraps Prettier to format files in parallel, significantly speeding up formatting for large codebases. Currently at stable v1.0.2, with Prettier v3 as a peer dependency. It resolves Prettier config correctly and supports a --config flag. Differentiators from vanilla Prettier: uses worker threads for concurrency, easy to install globally, and reduces formatting time by utilizing all CPU cores.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install pretty-parallel"],"cli":{"name":"pretty-parallel","version":null}},"imports":["npx pretty-parallel"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install -g pretty-parallel\npretty-parallel 'src/**/*.js'","lang":"javascript","description":"Installs the CLI globally and formats all JS files under src/ in parallel.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}