Open mattyohe opened 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.
@eriklamanna So we would likely just need to compile all the sources as part of a build script I imagine... Cool.
With #29 merging in, we'll want to make sure that any new commits are still compilable Playgrounds.
generate_readme
and the README.md in the project@eriklamanna Does the
generate_readme
command just spit out the file? Does it halt if there's syntax issues?