Skip to content

command line program to create and manage python projects

Notifications You must be signed in to change notification settings

tzp-software/pyject

Repository files navigation

pyject is a command line project manager

pyject -c or --create-project [NAME] // for a new project
pyject -m or --add-module [PROJ] [MOD] <PACK> // add MOD to PROJ/<PACK>
pyject -p or --add-package [PROJ] [PACK] // add PACK to PROJ
pyject -l or --list-all // show projects in $HOME/projects
pyject -w or --work-project [PROJ] <PACK> // work in PROJ/<PACK>
pyject -h or --help // show similar help info

About

command line program to create and manage python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages