An iOS app to showcase generated style files from stylesync
.
You can install stylesync
using the Swift Package Manager:
$ git clone https://github.com/dylanslewis/stylesync.git
$ cd stylesync
$ swift build -c release -Xswiftc -static-stdlib
$ cp -f .build/release/stylesync /usr/local/bin/stylesync
Since this project already has a stylesyncConfig.json
file, after installing you can just run stylesync
to update to the latest styles in Sample.sketch
.
Due to security reasons, the gitHubPersonalAccessToken
is not included in stylesyncConfig.json
, so stylesync will not commit changes or generate a pull request if you run the script. An example Pull Request is available here.