cadcad-cli
is a CLI tool to aid in creating consistent and dependable cadCAD experiments from scratch. It uses templates to scaffold out experiment file and directory structure and any desired boilerplate. New templates can be created by following a supported schema. Future versions of the CLI tool will facilitate virtual environments through venv
.
git clone https://github.com/cadcad-org/cadcad-cli
cd cadcad-cli
./install
mkdir my-experiment && cd my-experiment
cadcad-cli
By default, cadcad-cli
runs in non-interactive mode. If you do no specify a template when you run it it will default to the included normal
template.
For complete usage info:
cadcad-cli --help
To uninstall, you can simply remove the $PATH
export that was added to your .bashrc
. Additionally, you can run the install
script with the -r
flag:
./install -r