Skip to content
Pat Brisbin edited this page Jul 26, 2024 · 17 revisions

Restyled is a CLI and corresponding GitHub Action for automatically applying style fixes to a Pull Request. It supports over 56 different Restylers, which are thin wrappers over the auto-formatting tools you may already use today.

Note

If you've come here expecting documentation about our hosted offering at https://restyled.io, please read this.

Features

  1. Runs on every PR every time, no need for every contributor to setup or configure anything
  2. Apply style fixes by merging a sibling PR, copy/pasting a git am command, or installing and running our CLI locally
  3. Zero-install, zero configuration option -- most Restylers are automatic based on file extensions
  4. Plays well with non-Restyler usage -- if you have an in-repository configuration (e.g. .prettierrc) it will be respected

Getting Started

See https://github.com/restyled-io/actions#readme.

Documentation

See the sidebar 👉

Frequently Asked Questions

TODO

Clone this wiki locally