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

https://github.com/kgoedecke/sketch-watcher

Watches for changes in a Sketch file and unzips it
https://github.com/kgoedecke/sketch-watcher

node sketch watcher

Last synced: about 1 month ago
JSON representation

Watches for changes in a Sketch file and unzips it

Awesome Lists containing this project

README

        

# sketch-watcher

## Introduction

Watches for changes in a particular Sketch file and unzips the file when changes are made.

## Installation

```
yarn install
```

## Usage

```
yarn watch path/to/file.sketch
```

Example output:

```
💎 Sketch File Changed: test-design-file.sketch
✅ Unzipped to: /Users/kevin/design-files/test-design-file
```