Suglite is a simple tool for watching file changes and automatically restarting processes.
Run the following command:
ingr sugliteOR
bunx @wxn0brp/ing i sugliteThis downloads the suglite script and makes it executable.
Run with the default command:
sugliteRun with a custom command:
suglite -c bun run server.jsUse a predefined configuration: (e.g. for python)
suglite -p pySee suglite --help for more options.
Global configuration is stored in:
- Linux:
~/.config/suglite/config.json. - Windows:
%APPDATA%\suglite\config.json.
"json5.schemas": [
{
"fileMatch": [
"suglite.json5"
],
"url": "https://raw.githubusercontent.com/wxn0brP/suglite/refs/heads/master/schema.json"
},
],MIT