Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wxn0brP/suglite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suglite

Suglite is a simple tool for watching file changes and automatically restarting processes.

Installation

Run the following command:

ingr suglite

OR

bunx @wxn0brp/ing i suglite

This downloads the suglite script and makes it executable.

Usage

Run with the default command:

suglite

Run with a custom command:

suglite -c bun run server.js

Use a predefined configuration: (e.g. for python)

suglite -p py

See suglite --help for more options.

Global Configuration

Global configuration is stored in:

  • Linux: ~/.config/suglite/config.json.
  • Windows: %APPDATA%\suglite\config.json.

VSC Lint

"json5.schemas": [
    {
        "fileMatch": [
            "suglite.json5"
        ],
        "url": "https://raw.githubusercontent.com/wxn0brP/suglite/refs/heads/master/schema.json"
    },
],

License

MIT

About

Suglite - a lightweight process watcher with automatic restarts, built for efficiency and control [tool]

Topics

Resources

License

Stars

Watchers

Forks

Contributors