/ppm

ppm: personal project manager

Primary LanguagePythonApache License 2.0Apache-2.0

ppm: personal project manager

Usage

ppm new - Create a new project

ppm ls - List all projects

ppm rm <proj-name> - Remove project

ppm open <proj-name> - Open project in editor

Installation

Install from PyPI

pip install ppm-cmd

Install from source

git clone <repo-url>
cd ppm
poetry install