mottosso / be

minimal directory and environment management system for collaborative creative projects
GNU Lesser General Public License v2.1
47 stars 4 forks source link

environment.yaml #5

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

Goal

Provide project designers with the ability to add additional environment variables on a per-project basis

Implementation

MY_VARIABLE: c:\my\value

Variables are also expanded.

MY_OTHERVARIABLE: {cwd}/special/{root}/dir
mottosso commented 9 years ago

Implemented as a key of be.yaml.

environment:
    MYVARIABLE: somevalue
    PATH: ["$PATH", "$BE_CWD/myvalue"]
    MEGA: "$BE_USER is User"

Supports: