1.0.3 • Published 8 years ago

swiftplayground v1.0.3

Weekly downloads
4
License
MIT
Repository
-
Last release
8 years ago

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

playground

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

Installation

npm install -g swiftplayground

Usage

$ swiftplayground --help

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 License.