Popularity
0.3
Stable
Activity
0.0
Stable
2
1
0

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Swift     Rapid Development     Node     Swiftpm    

swiftmon alternatives and similar libraries

Based on the "Rapid Development" category.
Alternatively, view swiftmon alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of swiftmon or a related project?

Add another 'Rapid Development' Library

README

Version

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