Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:00:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:07:30.261Z (about 1 month ago)
- Topics: cli, design, sketch, sketchapp, versioning
- Language: JavaScript
- Homepage:
- Size: 339 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# sketch-json-cli [![Build Status](https://travis-ci.org/bukinoshita/sketch-json-cli.svg?branch=master)](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 --helpUsage:
$ sketch-json Convert sketch file to json
$ sketch-json --json Convert json file to sketchOptions:
-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)