create-itk-wasm
CLI to create a new ITK-Wasm project or add a pipeline to an existing project.
Usage
Install pnpm, e.g.
npm install -g pnpm
and pixi, e.g.
curl -fsSL https://pixi.sh/install.sh | bash
Then,
mkdir my-project
cd my-project
pnpm create itk-wasm
pixi run build
pixi run test
pixi run build
pixi run test
pixi task list
For more information, see the ITK-Wasm documentation.
Consider adding your project to the packages list.
A project can also be initialized via command line flags: see --help
for all options. A single pipeline can be specified via command line flags. To add more pipelines, call the CLI again for the same project.