0.0.4 • Published 10 years ago
generator-keke-component v0.0.4
generator-keke-component 
A yeoman generator to generate scaffolding of web component.
Usage
Install it globally npm install -g generator-keke-component.
Running yo keke-component will generate a scaffolding of web component with following things:
- A
srcfolder with template of web component - A
testfolder with template of unit tests - A
examplefolder with index.html to demostrate how to use the web component you are going to write. - A build script written in Gulp.
- Several project config files includeing:
.gitignore,.babelrc,.eslintrc,bower.json,package.json, andkarma.conf.js - A README.md about how to build and use the web component you are going to write.