Releases: ableinc/lights
Releases · ableinc/lights
Lights v1.0.0
Lights. Camera. Action
A very lightweight process manager.
Refer to README for features.
Originally written to execute bun server over same port.
Add To PATH (Using .zshrc for this example)
- Download and extract
lights*-tar.gz
- Move directory to $HOME
.lights/
|-- bin/
|-- lights
- Add to PATH:
export LIGHTS_INSTALL="$HOME/.lights"
export PATH="$LIGHTS_INSTALL/bin:$PATH"
- Reload profile
source ~/.zshrc
- Test
dev@M2-Air % lights
Usage: lights [options]
Options:
-action string
Whether to run the lights ON or OFF (start or stop processes).
-binary string
Binary to execute process (default "bun")
-cameras int
Number of processes to run based on number of CPUs on machine. (default 1)
-name string
Name of the process
-process string
Process to execute