0.0.4 • Published 10 years ago

generator-keke-component v0.0.4

Weekly downloads
5
License
BSD
Repository
github
Last release
10 years ago

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

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago