Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimpiax/swiftmon
swiftmon restarts your swift application in case of any file changes
https://github.com/dimpiax/swiftmon
Last synced: 6 days ago
JSON representation
swiftmon restarts your swift application in case of any file changes
- Host: GitHub
- URL: https://github.com/dimpiax/swiftmon
- Owner: dimpiax
- Created: 2017-07-12T10:51:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T23:04:25.000Z (over 7 years ago)
- Last Synced: 2024-04-29T04:21:30.809Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ios - swiftmon - swiftmon restarts your swift application in case of any file change. (Rapid Development / Prototyping)
- awesome-ios-star - swiftmon - swiftmon restarts your swift application in case of any file change. (Rapid Development / Prototyping)
README
[![Version](https://img.shields.io/badge/version-0.2.2-brightgreen.svg)]()
# swiftmon
swiftmon restarts your swift application in case of any file change
## Requirements
Installed in system *swift*, *npm*, *node*## Installing
You need to install **swiftmon** by:
`npm i -g swiftmon`.## Running
In your project where you have previously inited environment by `swift package init`,
call `swiftmon` for listening changes and restart your application immediately.
If you need to listen specific directory start **swiftmon** with next: `swiftmon --b Sources/services`