pmgr 0.2.2

A cli-based project management tool.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.

## Usage
You can use the command `pmgr help` to view the available commands.
Or you can read the [usage documentation](docs/usage.md)