A simple CLI for managing programming projects in Linux.
LPM is just a Bash script. You can run it the way you like it. Use the -h flag or simply don't pass anything to it to read the help message.
$ bash lpm -h # Or just bash lpmClone this repository in your system:
$ git clone https://github.com/joaoiacillo/lpm
$ cd lpmExecute the INSTALL script as root/sudo:
$ chmod +x INSTALL
$ sudo ./INSTALLExecute the lpm script:
$ lpm -h # Or just lpmFeel free to fork and modify this project. This repository is protected under a GPL license, so make sure your modification is free as well.