playgroundbooks / playgroundbook

Tool for Swift Playground books
https://ashfurrow.com/blog/swift-playground-books/
MIT License
259 stars 17 forks source link

Idea: transition the project #14

Closed ashfurrow closed 8 years ago

ashfurrow commented 8 years ago

From playground-book-lint to just playground-book that has a lint command, and a generate command that creates a playground book from maybe like a yml file and playgrounds in the current directory. Idea via @orta.

rhysforyou commented 8 years ago

Definite 👍 from me, have you had any experience parsing the swift playground format?

ashfurrow commented 8 years ago

Not beyond this project. From what I can tell, playground books are like a series of playgrounds, and this tool might be of help in learning how to build those. A v1 of this could just take playgrounds that Xcode has generated and bundle them into correct directories with generated plist manifest files. It would be a cool step towards something even cooler, like generating playground books from markdown.