Create and open projects. Use multiple workstations to work on projects.
Project-System simplifies the management of projects within a working space. Each project consists of a folder and a python virtual environment. The folder is initialized for git and it is designed to correspond to a remote git repository.
This makes a new folder, git repo, and Python virtual environment for the project.
project-new my-project
Open a code editor and new tmux window for the project.
project-workon my-project
See Usage for more.
pip install project-system
See Installation for more.