Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages