Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jedrichards/cat-sketch-file

Output Sketch file JSON to stdout
https://github.com/jedrichards/cat-sketch-file

Last synced: 5 days ago
JSON representation

Output Sketch file JSON to stdout

Awesome Lists containing this project

README

        

# cat-sketch-file

Output Sketch file JSON to stdout.

```
npx cat-sketch-file /path/to/file.sketch
```

Try piping to `jq` for formatting/querying.

```
npx cat-sketch-file /path/to/file.sketch | jq '.document.pages[0]'
```