Style Guide
November 20, 2017 ยท View on GitHub
An iOS app to showcase generated style files from stylesync.
How to use
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.
