willowtreeapps / swift-style-guide

The official Swift style guide for WillowTree, Inc.
MIT License
16 stars 3 forks source link

Set up build system #31

Open mattyohe opened 7 years ago

mattyohe commented 7 years ago

With #29 merging in, we'll want to make sure that any new commits are still compilable Playgrounds.

@eriklamanna Does the generate_readme command just spit out the file? Does it halt if there's syntax issues?

eriklamanna commented 7 years ago

@mattyohe the generate_readme does not compile or run the playground. It's statically going through the .swift files and creating the top level markdown file.

mattyohe commented 7 years ago

@eriklamanna So we would likely just need to compile all the sources as part of a build script I imagine... Cool.