cocoapods-playgrounds
cocoapods-playgrounds copied to clipboard
Automatically take code snippet from README?
Most Pods will have a simple usage example in their README. We could take the first MD code block with Swift syntax from the Pod's README and add it to the Playground's Contents.swift for an even quicker start :rocket:
Couldn't the entire README go inside a playground?
Good point, I'll try that out