https://github.com/bukinoshita/sketch-json-cli
Transform sketch files to json and json to sketch files
https://github.com/bukinoshita/sketch-json-cli
cli design sketch sketchapp versioning
Last synced: 10 months ago
JSON representation
Transform sketch files to json and json to sketch files
- Host: GitHub
- URL: https://github.com/bukinoshita/sketch-json-cli
- Owner: bukinoshita
- License: mit
- Created: 2017-08-17T17:02:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:00:16.000Z (over 3 years ago)
- Last Synced: 2025-08-13T09:58:13.829Z (11 months ago)
- Topics: cli, design, sketch, sketchapp, versioning
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# sketch-json-cli [](https://travis-ci.org/bukinoshita/sketch-json-cli)
> Transform sketch files to json and json to sketch files
## Install
```bash
$ npm install -g sketch-json-cli
```
## Usage
```bash
$ sketch-json --help
Usage:
$ sketch-json Convert sketch file to json
$ sketch-json --json Convert json file to sketch
Options:
-j, --json Convert json file to sketch
-h, --help Show help options
-v, --version Show version
```
## Versioning design

## Related
- [git-sketch](https://github.com/bukinoshita/git-sketch) — Versioning design with ease
- [sketch-json](https://github.com/bukinoshita/sketch-json) — API for this module
- [smiley-sketch](https://github.com/bukinoshita/smiley-sketch) — Smiley sketch
- [terminal-sketch](https://github.com/bukinoshita/terminal-sketch) — Terminal sketch
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)