Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add create-itk-wasm package #1000

Open
thewtex opened this issue Nov 11, 2023 · 1 comment
Open

Add create-itk-wasm package #1000

thewtex opened this issue Nov 11, 2023 · 1 comment
Milestone

Comments

@thewtex
Copy link
Member

thewtex commented Nov 11, 2023

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 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 thewtex added this to the v1.0.0 milestone Dec 21, 2023
@thewtex thewtex changed the title Add init cli subcommand Add create-itk-wasm package Feb 6, 2024
@thewtex
Copy link
Member Author

thewtex commented Feb 26, 2024

Initial support in #1061 .

Todos:

  • Fix usage with Windows Git Bash.
  • Add demo GIF to README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant