Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonambas/sketch-reporter

A tool that calculates Sketch library usage across Sketch files.
https://github.com/jonambas/sketch-reporter

design-system design-systems design-tools sketch ui-kit

Last synced: 14 days ago
JSON representation

A tool that calculates Sketch library usage across Sketch files.

Awesome Lists containing this project

README

        

# sketch-reporter

Calculates design system coverage from Sketch files.

Demo: [sketch-reporter.vercel.app](https://sketch-reporter.vercel.app)

---

### Usage

In a folder with your Sketch files, run the following command with a glob to target your files:

```bash
npx sketch-reporter start --files "files/**/*.sketch"
```

This command creates a build which is outputted to a `dist` folder.

```bash
npx sketch-reporter build --files "files/**/*.sketch"
```