https://github.com/zeplin/cli-connect-swift-plugin
Zeplin CLI plugin for Swift
https://github.com/zeplin/cli-connect-swift-plugin
swift zeplin zeplin-cli
Last synced: 8 months ago
JSON representation
Zeplin CLI plugin for Swift
- Host: GitHub
- URL: https://github.com/zeplin/cli-connect-swift-plugin
- Owner: zeplin
- License: mit
- Created: 2019-11-13T15:42:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:17:19.000Z (about 3 years ago)
- Last Synced: 2025-07-10T10:08:34.506Z (8 months ago)
- Topics: swift, zeplin, zeplin-cli
- Language: TypeScript
- Homepage:
- Size: 972 KB
- Stars: 8
- Watchers: 26
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeplin CLI Swift Plugin
[Zeplin CLI](https://github.com/zeplin/cli) plugin to generate descriptions and code snippets for Swift components.
## Installation
Install the plugin using npm.
```sh
npm install -g @zeplin/cli-connect-swift-plugin
```
Zeplin CLI Swift Plugin uses [SourceKitten](https://github.com/jpsim/SourceKitten) to analyze and collect information from Swift files. Install it by following the instructions.
[SourceKitten installation instructions](https://github.com/jpsim/SourceKitten#installation)
## Usage
Run CLI `connect` command using the plugin.
```sh
zeplin connect -p @zeplin/cli-connect-swift-plugin
```
__
## About Connected Components
[Connected Components](https://blog.zeplin.io/introducing-connected-components-components-in-design-and-code-in-harmony-aa894ed5bd95) in Zeplin lets you access components in your codebase directly on designs in Zeplin, with links to Storybook, GitHub and any other source of documentation based on your workflow. 🧩
[Zeplin CLI](https://github.com/zeplin/cli) uses plugins like this one to analyze component source code and publishes a high-level overview to be displayed in Zeplin.