Command Line Interface
Fast, scriptable, all from your terminal
Manage local dev projects without leaving the command line. Same config, same state, same functionality as the desktop app.
Install via curl
curl -fsSL https://raw.githubusercontent.com/gug007/lpm/main/install.sh | bashSimple, powerful commands
Everything you need to manage local projects, nothing you don't.
lpm --help
lpm <project>Start in backgroundlpm start <project>Start and open terminallpm switch <project>Stop all, start anotherlpm kill [project]Stop a project (all if none given)lpm init [name]Create config from current directorylpm edit <project>Open config in $EDITORlpm listList all projectslpm status <project>Show project detailslpm open <project>View a running project's live outputlpm run <project> <action>Run a project actionCLI Binaries
Download the lpm CLI
Prebuilt binaries for macOS (Apple Silicon & Intel).