Skip to content

maxWiklund/Jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0a88a2 · Dec 3, 2023

History

4 Commits
Jun 10, 2022
Aug 9, 2022
Aug 9, 2022
Dec 3, 2023
Jun 2, 2022
Jun 2, 2022
Jun 10, 2022
Jun 10, 2022
Aug 9, 2022

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