joaoiacillo / lpm

A simple CLI for managing programming projects in Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Project Manager v0.1

A simple CLI for managing programming projects in Linux.

Usage

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

Installation

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

Collaboration

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.

About

A simple CLI for managing programming projects in Linux.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%