@nhirschfeld/polylint
v0.8.0
Published
Universal zero-dependency linter & formatter through the poly Rust CLI.
Maintainers
Readme
poly
Universal zero-dependency linter and formatter. This package installs the poly CLI.
Install
npm install -g @nhirschfeld/polylintThe postinstall script downloads the matching prebuilt Rust binary bundle from
GitHub Releases, verifies it against the release
checksums, and exposes the poly command.
Quickstart
cd /path/to/your/repo
poly fmt --check
poly lint
poly hooks run pre-commit --all-filesFull Documentation
See the main README for installation options, configuration, backend coverage, architecture, and CLI reference.
License
MIT - see LICENSE.
