chore(create-wcb): update readme & package files

This commit is contained in:
ayo 2026-07-21 21:48:40 +02:00
parent f5adb74028
commit 56d13d2ce3
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# create-wcb
> [!Note] Work in progress CLI for wcb development.
> Currently, it scaffolds a new web component project
> with our CEM Analyzer Plugin already configured
Scaffold a publishable [web-component-base](https://webcomponent.io) (wcb)
custom element:

View file

@ -8,7 +8,8 @@
},
"files": [
"index.js",
"template"
"template",
"README.md"
],
"engines": {
"node": ">=18"