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
pixel-art-lint --versionRun the interactive wizard to create a config next to your assets:
pixel-art-lint initThen lint a folder from the repo root:
pixel-art-lint check ./spritesNext steps
- CLI overview for global flags and subcommands
- Configuration for
pixelartlint.toml - CI for running the same checks on every push