InsightSoftwareConsortium / ITK-Wasm

High performance spatial analysis in a web browser and across programming languages and hardware architectures
https://wasm.itk.org
Apache License 2.0
196 stars 48 forks source link

Add `create-itk-wasm` package #1000

Open thewtex opened 10 months ago

thewtex commented 10 months ago

In itk-wasm/packages/create-itk-wasm/

Generates the skeleton for project in a directory:

This is produced by a main bin script. Prompts for description, etc.

Select one or more pipeline types, i.e. text file, binary file, json file, image, mesh, etc. Create .cxx with pipeline, inputs, outputs, dispatch on input type for images, meshes.

Can be invoked by pnpm create.

thewtex commented 7 months ago

Initial support in #1061 .

Todos: