A lightweight, cross-platform, language-agnostic "run code on file change" tool, inspired by Nodemon
lightmon
By default, lightmon
will automatically determine what kind of files it should watch based upon your project structure. For example, if a node_modules
folder is present in the directory, lightmon
will run in the node
configuration.
You can explicitly specify which language configuration you want to use instead of letting lightmon
infer by itself.
lightmon rust
rust
node
While there are not many languages supported currently, we plan to have an extensive list by our first official release.
lightmon
uses the GNU GPL v3.0 License