Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freesuraj/playground
A node.js application to create swift playground from command line
https://github.com/freesuraj/playground
Last synced: about 1 month ago
JSON representation
A node.js application to create swift playground from command line
- Host: GitHub
- URL: https://github.com/freesuraj/playground
- Owner: freesuraj
- License: mit
- Created: 2016-01-17T12:35:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T07:45:23.000Z (almost 8 years ago)
- Last Synced: 2024-09-24T06:36:09.760Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/swiftplayground
- Size: 155 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![NPM version][npm-image]][npm-url]
![build-status](https://travis-ci.org/freesuraj/playground.svg?branch=master)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/freesuraj/playground/blob/master/LICENSE.md)
[![Dependency Status](https://david-dm.org/freesuraj/playground.svg)](https://david-dm.org/freesuraj/playground)
[![devDependency Status](https://david-dm.org/freesuraj/playground/dev-status.svg)](https://david-dm.org/freesuraj/playground#info=devDependencies)
[![download numbers](https://img.shields.io/npm/dt/swiftplayground.svg)](https://www.npmjs.com/package/swiftplayground)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/iosCook)### playground
A command line application to quickly create and launch a Xcode playground.### Installation
```
npm install -g swiftplayground```
### Usage```
$ swiftplayground --helpUsage: 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 FILENAMECreates a new playground named FILENAME.playground in the current directory
```
### Screenshots
![command_line](https://github.com/freesuraj/playground/blob/master/assets/screenshots/Screenshot%202016-01-17%2023.35.55.png?raw=true)![swift_pg](https://github.com/freesuraj/playground/blob/master/assets/screenshots/Screenshot%202016-01-17%2023.36.17.png?raw=true)
### 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[npm-url]: https://npmjs.org/package/swiftplayground
[npm-image]: https://img.shields.io/npm/v/swiftplayground.svg