project-system

Create and open projects. Use multiple workstations to work on projects.

https://img.shields.io/github/stars/iandennismiller/project-system.svg?style=social&label=GitHub https://img.shields.io/pypi/v/project-system.svg Documentation Status https://travis-ci.org/iandennismiller/project-system.svg?branch=master

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.

Quick Start

Create a new project

This makes a new folder, git repo, and Python virtual environment for the project.

project-new my-project

Start working on the project

Open a code editor and new tmux window for the project.

project-workon my-project

See Usage for more.

Installation

pip install project-system

See Installation for more.

Online Resources