maxWiklund / Jam

Tool to ease development with rez.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jam Logo

Overview

Tool to ease development with rez.

Install Guide

Jam requires two environment variables to be set to work:

Variable Name Description
JAM_CONFIG_PATH Directory to store Jam configs.
JAM_BUILD_PATH Directory to store installed temp packages.
python setup.py --install

User Guide

Creating new config.

jam new <config name>

Editing existing config.

jam edit <config name>

Adding packages to config.

# Adding remote package.
jam edit <config name>
jam add "package-2.0.0"

# Adding local package.
jam add /path/to/package.py

# You don't need to enter edit mode to add a package.
jam add "python-2.7+<4" --config <config name>

Running config

jam edit <config name>
jam run 

jam run -c <alias or executable>

# Example
jam run --config maya2020 -c maya

About

Tool to ease development with rez.

License:Apache License 2.0


Languages

Language:Python 100.0%