CLI to generate Dile component scaffolds (Web Components) from Handlebars templates.
- Binary:
dile - Templates:
templates/*.hbs - Default outputs:
- Components:
src/components - Resources/configs:
src/resources
- Components:
Note: this CLI writes
.jsfiles and creates folders if they do not exist.
npm i -g @dile/cli
# or
pnpm add -g @dile/clinpx --package @dile/cli dile --helpnpm install
npm link
# now you can use:
dile --helpShow help:
dile --helpGenerate a component:
dile g-component ui/my-widgetAll detailed docs live in docs/:
MIT