generator-stencil

0.1.3 • Public • Published

generator-stencil

NPM version Build Status Dependency Status Coverage percentage

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?

  1. Stencil Router
  2. 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

  1. Component generator
yo stencil:component
  1. Page generator
yo stencil:page

Roadmap

  • Sass and PostCSS support
  • Stencil Router support
  • 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

Package Sidebar

Install

npm i generator-stencil

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

45.2 kB

Total Files

24

Last publish

Collaborators

  • akashgutha