create-itk-wasm

1.1.0 • Public • Published

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

Then,

mkdir my-project
cd my-project

pnpm create itk-wasm
# Answers the questions

pnpm install
pnpm build
pnpm test

# Add your C++ logic code to the *.cxx files
pnpm build
pnpm test

# For more granular targets, see the output of
pnpm run

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.

/create-itk-wasm/

    Package Sidebar

    Install

    npm i create-itk-wasm

    Weekly Downloads

    51

    Version

    1.1.0

    License

    Apache-2.0

    Unpacked Size

    221 kB

    Total Files

    110

    Last publish

    Collaborators

    • thewtex