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
- Host: GitHub
- URL: https://github.com/juri/openzeplin
- Owner: juri
- Created: 2018-10-03T08:25:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T08:29:42.000Z (over 7 years ago)
- Last Synced: 2025-01-11T22:32:49.373Z (about 1 year ago)
- Topics: macos, zeplin
- Language: Swift
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```