bizwiz3/lunemon

A hot-reloading development tool for Lune, inspired by Nodemon.

Lunemon

A simple hot-reloading development tool for Lune, inspired by Nodemon

There are two ways to use it

Without installing the package

  pesde x bizwiz3/lunemon -- <file.luau>
  • EXAMPLE:pesde x bizwiz3/lunemon -- main.luau

Installing the package

  pesde add bizwiz3/lunemon
  pesde install
  pesde run lunemon -- <file.luau>
  • EXAMPLE:pesde run lunemon -- main.luau

Happy Coding!