zeplin / cli-connect-swift-plugin

Zeplin CLI plugin for Swift
MIT License
8 stars 1 forks source link

Implement the plugin #1

Closed yuqu closed 4 years ago

yuqu commented 4 years ago

Big commit! 😅

Implementation uses SourceKitten to parse AST and docs from the given Swift files. SourceKitten is a command line tool, so the implementation simply invokes the binary in a child process and reads the stdout.