generator-stencil
v0.1.3
Published
scaffolding tool for stencil compiler
Maintainers
Readme
scaffolding tool for stencil compiler
Installation
First, install Yeoman and generator-stencil using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-stencilThen generate your new project:
yo stencilwhat does this generator support?
- Stencil Router
- Tests
more coming soon.. check Roadmap
Sub-generators
Stencil generator comes with a few sub generators that will help you scaffold faster and easier web-components
- Component generator
yo stencil:component- Page generator
yo stencil:pageRoadmap
- [x] Sass and PostCSS support
- [x] Stencil Router support
- [x] Test's support
- [ ] Automatic intelligent bundling
- [ ] Life Cycle Events flag for components
- [ ] Adding Events and Event listeners
- [ ] Adding Forms
- [ ] Improving audit scores
License
MIT © Akash Gutha
