@tscad/cli
v0.4.1
Published
A CLI tool for working with tscad models
Downloads
16
Readme
@tscad/cli
A CLI tool for working with tscad models
Installation
In a node.js project
# Choose one:
pnpm add -D @tscad/cli
npm install --save-dev @tscad/cli
yarn add @tscad/cliUsage
Use tscad --help to see available commands and options.
tscad --helpUsage: tscad [options] [command]
> A CLI tool for working with tscad models
Options:
-V, --version Output the version number
--model [model] Where to find the tscad model (default: "./src/model.ts")
-h, --help Display help for command
Commands:
dev [options] Start the development server
export [options] [params...] Export the model to a file
help [command] Display help for command
Developed as part of the tscad project.
