Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A CLI tool for working with cadCAD experiments.

License

NotificationsYou must be signed in to change notification settings

cadCAD-org/cadcad-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Installation

git clone https://github.com/cadcad-org/cadcad-clicd cadcad-cli./install

Usage

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

Uninstallation

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

[8]ページ先頭

©2009-2025 Movatter.jp