All Projects â†’ AkashGutha â†’ generator-stencil

AkashGutha / generator-stencil

Licence: MIT license
Scaffolding tool 🔨 for Stencil js applications

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to generator-stencil

Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (+2000%)
Mutual labels:  yeoman, yeoman-generator, scaffolding
gatsby-remark-highlight-code
Adds stylish cards and syntax highlighting to code blocks in markdown files
Stars: ✭ 63 (+293.75%)
Mutual labels:  stencil, stenciljs
delphi-generator-delphi
Yeoman generator for Delphi projects
Stars: ✭ 14 (-12.5%)
Mutual labels:  yeoman, yeoman-generator
generator-react-jest-tests
A React Jest test generator. Generates snapshot tests for React components.
Stars: ✭ 34 (+112.5%)
Mutual labels:  yeoman, yeoman-generator
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+1443.75%)
Mutual labels:  yeoman, yeoman-generator
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-6.25%)
Mutual labels:  yeoman, yeoman-generator
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+125%)
Mutual labels:  yeoman, yeoman-generator
Generator Web Extension
Advanced WebExtension generator that creates everything you need to get started with cross-browser web-extension development.
Stars: ✭ 212 (+1225%)
Mutual labels:  yeoman, yeoman-generator
capacitor-site
Capacitor website
Stars: ✭ 0 (-100%)
Mutual labels:  stencil, stenciljs
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (+18.75%)
Mutual labels:  yeoman, yeoman-generator
generator-vue-plugin
Yeoman generator generating vue plugin 🚀
Stars: ✭ 29 (+81.25%)
Mutual labels:  yeoman, yeoman-generator
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+1387.5%)
Mutual labels:  yeoman, scaffolding
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (+1356.25%)
Mutual labels:  yeoman, yeoman-generator
generator-ngx-firebase-bootstrap
Generator for Angular / Firebase / Bootstrap projects
Stars: ✭ 44 (+175%)
Mutual labels:  yeoman, yeoman-generator
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (+1231.25%)
Mutual labels:  yeoman, scaffolding
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (+50%)
Mutual labels:  stencil, stenciljs
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+93.75%)
Mutual labels:  yeoman, yeoman-generator
Generator Micro Service
🛫 Yeoman generator to kick-start your microservice with `micro` and `ava`!
Stars: ✭ 145 (+806.25%)
Mutual labels:  yeoman, yeoman-generator
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+837.5%)
Mutual labels:  yeoman, yeoman-generator
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+218.75%)
Mutual labels:  stencil, stenciljs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].