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 lpm
Clone this repository in your system:
$ git clone https://github.com/joaoiacillo/lpm
$ cd lpm
Execute the INSTALL
script as root/sudo:
$ chmod +x INSTALL
$ sudo ./INSTALL
Execute the lpm script:
$ lpm -h # Or just lpm
Feel free to fork and modify this project. This repository is protected under a GPL license, so make sure your modification is free as well.