Installation

The pixel-art-lint CLI is a native Rust binary. Public installers are still in progress; until they ship, use a release binary from the download page or one your team vendors internally.

Requirements

  • Windows, macOS, or Linux
  • A sprite or texture folder with .aseprite, PNG, or BMP assets

Verify the install

Terminal
pixel-art-lint --version

Run the interactive wizard to create a config next to your assets:

Terminal
pixel-art-lint init

Then lint a folder from the repo root:

Terminal
pixel-art-lint check ./sprites

Next steps