Skip to content

Commit 73e62cf

Browse files
authored
Merge pull request #1317 from thewtex/docs-create-itk-wasm
docs create itk wasm
2 parents ad4e0b4 + a7b8308 commit 73e62cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/development/hacking_itk_wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We are glad you are here and appreciate your contribution. Please keep in mind o
2424

2525
We follow [standard GitHub contribution best practices]: pull requests made from forks are tested with continuous integration tests, and updates are made via code review before integration.
2626

27-
We use the [conventional commit] standard for our commit message format in the *itk-wasm* repository.
27+
We use the [conventional commit] standard for our commit message format in the *ITK-Wasm* repository.
2828

2929
The C++ core and Docker build environment can be developed independently from the CLI, language-specific libraries, and example packages. The latter are developed as a [pnpm workspace]. Individual packages in the workspace can be developed independently after `pnpm install` is executed at the root.
3030

docs/introduction/packages.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Packages
22

3-
Example packages built with itk-wasm can be found below. If you created a
3+
Example packages built with itk-wasm can be found below.
4+
5+
To create your own package, use [`create-itk-wasm`](https://www.npmjs.com/package/create-itk-wasm).
6+
7+
If you created a
48
package, please [open a pull
59
request](https://github.com/InsightSoftwareConsortium/ITK-Wasm/compare) to add it to the table!
610

0 commit comments

Comments
 (0)