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

https://github.com/juri/openzeplin

Open Zeplin website URLs with the desktop app
https://github.com/juri/openzeplin

macos zeplin

Last synced: about 1 year ago
JSON representation

Open Zeplin website URLs with the desktop app

Awesome Lists containing this project

README

          

# OpenZeplin

Convert an URL like `https://app.zeplin.io/project/XXXXXX/screen/YYYYY` passed
as a command line parameter to the form `zpl://screen?pid=XXXXXX&sid=YYYYY` and
open it.

## Installation

```sh
$ swift package update
$ swift build -c release -Xswiftc -static-stdlib
$ cp ./.build/x86_64-apple-macosx10.10/release/OpenZeplin /usr/local/bin
```