playground
A command line application to quickly create and launch a Xcode playground.
Installation
npm install -g swiftplayground
Usage
$ swiftplayground [Options]
Options:
-h, --help output usage information
-V, --version output the version number
-n, --name [filename] Name of the swift playground [SwiftPlayground]
Example
$ swiftplayground -n FILENAME
Creates a new playground named FILENAME.playground in the current directory
Screenshots
TODO
- Automatically create playground from a swift markdown language
License
The project is using [MIT][href] License. [href]:https://github.com/freesuraj/playground/blob/master/LICENSE.md