@wp-typia/create-workspace-template
v0.15.0
Published
Official empty wp-typia workspace template package
Downloads
677
Maintainers
Readme
@wp-typia/create-workspace-template
The official empty workspace template for wp-typia.
Use it through the canonical CLI:
npx wp-typia create my-plugin --template @wp-typia/create-workspace-templateThe generated project starts with an empty src/blocks/* workspace shell and is designed to grow through:
wp-typia add block my-block --template basic
wp-typia add binding-source hero-data
wp-typia add hooked-block my-block --anchor core/post-content --position after