Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonambas/sketch-reporter
- Owner: jonambas
- Created: 2021-03-15T00:50:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T00:31:45.000Z (almost 4 years ago)
- Last Synced: 2024-04-26T01:22:11.788Z (8 months ago)
- Topics: design-system, design-systems, design-tools, sketch, ui-kit
- Language: JavaScript
- Homepage:
- Size: 824 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```