Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 --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)