A command line tool to create swift playground
A npm based command line tool that comes in handy

  Jan 24, 2016 -   read
  swift, playground

playground

A command line application to quickly create and launch a Xcode playground.

NPM version build-status License Dependency Status devDependency Status download  numbers Twitter

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

command_line

swift_pg

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

Suraj Pathak
Swift Brewer