pdpm

Python project manager


License
MIT
Install
pip install pdpm==0.1.1

Documentation

Python Development Projects Manager (PDPM)


A command line tool for managing Projects

References:

Reference URL
GitHub https://github.com/Okirshen/pdpm

Init


To init the tool use this commands:

pdpm setpath

This will set the project directory to be in the current directory

pdpm set-launcher LAUNCHER

LAUNCHER: code, pycharm, atom, etc...
This will set the command that will be used to launch the project


pdpm create [OPTIONS] PROJECT_NAME
  • -s --start - If raised the project will be launched
    This will create a project named PROJECT_NAME
pdpm remove PROJECT_NAME

This will remove a project named PROJECT_NAME

pdpm show
project1
project2
project3
project4

This will echo all projects in project folder

pdpm start PROJECT_NAME

This will launch PROJECT_NAME


Created by: Ofri Kirshen
Email: okirshen@gmail.com