Sign inSign up

getreadystack/svg-asset-compliance-lint

By getreadystack

Updated about 6 hours ago

14 rules over the SVG files your design tool exported, before they become a legal object

Image
0

92

getreadystack/svg-asset-compliance-lint repository overview

SVG Asset Compliance Lint

14 rules over the SVG files your design tool exported, before they become a legal object

Run

docker run --rm -v "$PWD":/work getreadystack/svg-asset-compliance-lint /work/file

The same 14 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Check the SVG open in the editor, or pasted into the free web page, against all 14 rules — that file is finished, no key, no limit.
  • --rules lists every rule

With a licence ($29 once)

  • Sweep every SVG in the workspace in one command and write a dated conformity report file you own and can hand to an auditor (scope + ownership).
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/svg-asset-compliance-lint --dir /work --ci

A manual accessibility audit of a component library is quoted in the thousands of dollars; a front-end developer opening 300 exported icons one at a time is the alternative.

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "svg-asset-compliance-lint": { "command": "npx", "args": ["-y", "@readystack/svg-asset-compliance-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: SVG Asset Compliance Lint
  run: npx -y @readystack/svg-asset-compliance-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/svg-asset-compliance-lint --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:2af57f4f5

Size

46.1 MB

Last updated

about 6 hours ago

docker pull getreadystack/svg-asset-compliance-lint