-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(create-itk-wasm): initial addition #1061
feat(create-itk-wasm): initial addition #1061
Conversation
6d3a7fe
to
e7fa8fd
Compare
2d41f54
to
b4f5f0a
Compare
Cool. I want to try it. How to install and run? Where can we see the CLI paramters? (After |
Also make improvements to itk-wasm so the default output will successfully build and run smoke tests out-of-the-box.
This will conflict with the itk-wasm NPM project, etc.
Fixes prompts and output generation when not initialized on the command line.
b4f5f0a
to
4f1593c
Compare
@PaulHax I pushed an update, addressing the build of the rest of the workspace projects. I also added documentation on usage: 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds and tests for me.
…rameters Not supported for inputs, outputs. They are always required and they do not support multiple values.
50bbd4f
into
InsightSoftwareConsortium:main
No description provided.