{"library":"prettier-quick","title":"prettier-quick","description":"A CLI tool that runs Prettier only on changed files in Git repositories, speeding up formatting by avoiding re-processing unchanged files. Version 0.0.5 is the latest and final release; the package is unmaintained and has been superseded by prettier-quick 2.x (under a different maintainer) and the official 'prettier --check' mode. It requires prettier as a peer dependency and supports Git only, with no ability to format unchanged files. Compared to lint-staged or husky integration, it offers a simpler but limited approach.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-quick"],"cli":{"name":"prettier-quick","version":null}},"imports":["npx prettier-quick"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install --save-dev prettier prettier-quick\nnpx prettier-quick --staged\n# Or add to package.json scripts:\n# \"format\": \"prettier-quick\"","lang":"javascript","description":"Installs prettier and prettier-quick, then runs the tool on staged files (Git only).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}