swiftmon alternatives and similar libraries
Based on the "Rapid Development" category.
Alternatively, view swiftmon alternatives based on common mentions on social networks and blogs.
-
KZPlayground
Better playgrounds that work both for Objective-C and Swift -
NetworkObjects
Swift backend / server framework (Pure Swift, Supports Linux)
Appwrite - The open-source backend cloud platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of swiftmon or a related project?
README
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