Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/terminal-sketch
Terminal Sketch
https://github.com/bukinoshita/terminal-sketch
git github javascript json nodejs sketch sketch-app sketch-plugin version-control versioning
Last synced: 2 days ago
JSON representation
Terminal Sketch
- Host: GitHub
- URL: https://github.com/bukinoshita/terminal-sketch
- Owner: bukinoshita
- License: mit
- Created: 2017-08-14T20:34:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T04:41:46.000Z (over 5 years ago)
- Last Synced: 2024-10-27T18:12:46.699Z (about 2 months ago)
- Topics: git, github, javascript, json, nodejs, sketch, sketch-app, sketch-plugin, version-control, versioning
- Homepage:
- Size: 1.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# terminal-sketch
> Terminal sketch
This repository is an example using [sketch-json](https://github.com/bukinoshita/sketch-json) to help versioning sketch designs.
Using 2 methods `push` and `pull`.
### push
It zips a `.sketch` file and then decompress it generating json files to be versioned.
### pull
It will get the latest updates from the json files and then rename the `.zip` file to `.sketch`.
## Preview
## Related
- [sketch-json](https://github.com/bukinoshita/sketch-json) — Transform sketch files to json and json to sketch files
- [smiley-sketch](https://github.com/bukinoshita/smiley-sketch) — Smiley sketch## License
MIT © [Bu Kinoshita](https://bukinoshita.io)