/cosmo-env

Primary LanguagePowerShell

cosmo-env

sets up a hermetic bash environment with only cosmo tools on it

building

this downloads and unpacks dependencies

with a normal shell

./build.sh

with powershell

./build.ps1

activating

this sets environment variables, and launches an interactive bash session

with normal shell

cd your/project
path/to/cosmo-env/activate.sh

with powershell

cd your/project
path/to/cosmo-env/activate.ps1