Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jedrichards/cat-sketch-file
- Owner: jedrichards
- Created: 2020-08-18T15:34:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T11:38:09.000Z (about 3 years ago)
- Last Synced: 2024-10-08T06:25:03.171Z (about 1 month ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome-list - cat-sketch-file
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]'
```