KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
cli-connect-swift-plugin
★ 8
Open GitHub ↗
Zeplin CLI plugin for Swift
Download README (.md)
Explore Similar Repositories
FPGA_piano
:
基于FPGA的数字电子琴设计
ember-component-stats
:
No description available.
apollo-server-plugin-server-timing
:
Adds server-timing response headers for Apollo Server
plugin-decorator
:
Vuex ORM decorator for model field definitions.
JitterGameDemo
:
Releases
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cli-connect-swift-plugin
?
Download (.md)
# 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 ``` _<TODO: Describe what types of Swift classes are supported with examples.>_ ## 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.