Skip to content

dwi2/generator-keke-component

Repository files navigation

generator-keke-component Build Status

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 src folder with template of web component
  • A test folder with template of unit tests
  • A example folder 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, and karma.conf.js
  • A README.md about how to build and use the web component you are going to write.

License

BSD license