generator-stencil
v0.1.3
Published
scaffolding tool for stencil compiler
Downloads
5
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-stencil
Then generate your new project:
yo stencil
what 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:page
Roadmap
- [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