← Back to match
pretty-quick
Runs Prettier only on files changed since the last commit, ideal for fast pre-commit formatting hooks.
Desktopfreeglobal
A command-line tool that runs Prettier only on files changed since the last commit, with support for both Git and Mercurial and a mode that formats staged files and re-stages them. It reduces the overhead of pre-commit hooks that reformat whole repositories by limiting changes to modified files, intended for teams and developers who use Prettier and want faster, incremental formatting; the project is maintained by the Prettier organization and released under the MIT license.
Categories
developer tools

