InsightSoftwareConsortium / InsightSoftwareConsortium/ITK-Wasm
Add `create-itk-wasm` package
Open
- Dominant language
- Python
- Stars
- 235
- Forks
- 61
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 4
Description
In itk-wasm/packages/create-itk-wasm/
Generates the skeleton for project in a directory:
- package.json with build and bindgen commands
- CMakeLists.txt
- *.cxx
This is [produced by a main `bin`](https://docs.npmjs.com/cli/v10/commands/npm-init) 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`](https://pnpm.io/cli/create).
Contributor guide
Assessment
This issue has not been assessed yet.