- Notifications
You must be signed in to change notification settings - Fork0
A CLI tool for working with cadCAD experiments.
License
cadCAD-org/cadcad-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 asupported schema. Future versions of the CLI tool will facilitate virtual environments throughvenv
.
git clone https://github.com/cadcad-org/cadcad-clicd cadcad-cli./install
mkdir my-experiment&&cd my-experimentcadcad-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 includednormal
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 theinstall
script with the-r
flag:
./install -r
About
A CLI tool for working with cadCAD experiments.