andrewtsuei / sketch-to-swiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sketch to SwiftUI

Create a StylableSwiftUI stylist implementation from a Sketch file. Sketch -> SwiftUI

Installation

  • Clone this repository
  • Install brew dependencies
  • Run npm i

Clone

  • Clone this repo to your local machine using https://github.com/design-ops/sketch-to-swiftUI

Setup

Install dependencies first

$ brew install fonttools

now install npm packages

$ npm install

If you encounter a problem installing node-canvas, rebuild it from source:

brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman

and then

npm install --build-from-source

Features

  • Extracts layer styles, text styles and assets from a Sketch file.
  • Allows output of assets to be in PDF form or SVG

Usage (Optional)

npm run convert ${path-to-sketch-file.sketch}

or if you want your assets as SVG:

npm run convert -- ${path-to-sketch-file.sketch} --svg

Documentation (Optional)

  • Atomic design principles

Contributing

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • πŸ‘― Clone this repo to your local machine as shown above

Step 2

  • HACK AWAY! πŸ”¨πŸ”¨πŸ”¨

Step 3


License

See the LICENSE file.

About


Languages

Language:JavaScript 92.2%Language:Swift 7.8%