chore(create-wcb): update readme & package files
This commit is contained in:
parent
f5adb74028
commit
56d13d2ce3
2 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"template"
|
||||
"template",
|
||||
"README.md"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
|
|||
Loading…
Reference in a new issue