skiptools / skip

Skip transpiler for creating SwiftUI apps for iOS and Android

Home Page:https://skip.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use it in an existing project?

rantianhua opened this issue · comments

At this point in Skip's development, we don't have a good solution for taking an existing project and "Skipifying" it.

For the time being, we recommend creating a new app or framework project with skip init (see https://skip.tools/docs/gettingstarted/) and getting that running, and then migrating your existing app over piecemeal. This might be as simple as copying the individual .swift files into the new project's Sources/AppName/ folder.