Skip to content

Taking the overhead out of managing repositories and development environments.

License

Notifications You must be signed in to change notification settings

brennie/projector

Repository files navigation

Projector

Projector takes the overhead out of managing your repositories and development environments.

With projector you specify a declarative configuration of your development environments and the repositories they depend on and the tool takes care of the rest. In the future, Projector will support easy export and import of development environments so that your colleauges can get started hacking quickly.

Development

pipenv is recommended for devlopment. Run the following to set up a development environment:

pipenv install --dev

This will create the virtual environment and install all required development packages. See the pipenv documentation or run pipenv --help for more information on working with pipenv.

Building Documentation

The documentation can be built locally using the following command:

python setup.py sphinx_build

The generated HTML documentation will be placed in build/sphinx/html.

About

Taking the overhead out of managing repositories and development environments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages