UNPKG

1.42 kBMarkdownView Raw
1# @shopify/polaris-icons-audit
2
3[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons-audit.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons-audit)
4
5> This package is a command line utility that can be run by any project to generate an audit of SVG usage.
6
7## Usage
8
9This package’s audits can be used without installation by using `npx`.
10
11To run all audits on a folder, specify the relative folder path. For example:
12
13```sh
14npx @shopify/polaris-icons-audit audit ./app
15```
16
17To run a subset of audits, pass a comma-separated list of
18audits to the `--reports` parameter. For example:
19
20```sh
21npx @shopify/polaris-icons-audit audit ./app --reports=duplicate-content
22```
23
24Valid report names are: `duplicate-basenames`, `duplicate-content`, `folder-names` and `icon-content`.
25
26## Contributing 🙌
27
28We’re always looking for contributors to help us fix bugs, build new features, or improve the project documentation. Refer to our [contributing guide](https://github.com/Shopify/polaris-icons/blob/main/CONTRIBUTING.md) (restricted to Shopify employees). 👀
29
30## License 📝
31
32Source code is under a [custom license](https://unpkg.com/browse/@shopify/polaris-icons-audit/LICENSE.md) based on MIT. The license restricts Polaris icons usage to applications that integrate or interoperate with Shopify software or services, with additional restrictions for external, stand-alone applications.