Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobbubu/swift-starter

Quickly create a swift project skeleton that supports watch and run.
https://github.com/jacobbubu/swift-starter

Last synced: 14 days ago
JSON representation

Quickly create a swift project skeleton that supports watch and run.

Awesome Lists containing this project

README

        

# swift-starter

I'm using this repository to quickly create a swift project skeleton.

## Prerequisite

`node.js` and `npm` are required. I'm using them to run automation scripts.

## watch and run

```
npm start
```

## watch and test

```
npm run watch-test
```