# pmgr [![Rust](https://github.com/recleun/pmgr/actions/workflows/rust.yml/badge.svg)](https://github.com/recleun/pmgr/actions/workflows/rust.yml) [![Crates.io Version](https://img.shields.io/crates/v/pmgr)](https://crates.io/crates/pmgr) [![Crates.io Total Downloads](https://img.shields.io/crates/d/pmgr)](https://crates.io/crates/pmgr) A simple to use CLI project manager written in rust. ## Installation You need to have rust installed on your device. ``` $ cargo install pmgr ``` Now you can use pmgr: ``` $ pmgr help ``` ## Usage You can use the command `pmgr help` to view the available commands. Or you can read the [usage documentation](docs/usage.md)