element-boilerplate

A boilerplate to create element component

Usage no npm install needed!

<script type="module">
  import elementBoilerplate from 'https://cdn.skypack.dev/element-boilerplate';
</script>

README

element-boilerplate

A boilerplate to create bel or yo-yo element

Why

To start write code quickly.

Intall

$ npm i element-boilerplate -g

Usage

To create a markdown component for example:

eb element-markdown

What's in there

.
├── LICENSE
├── README.md
├── example
│   ├── index.css
│   └── index.js
├── index.html
├── index.js
├── package.json
└── test
    └── index.js

To start the server with wzrd from the example directory so that you can test your code while developing.

$ npm start

To run test

This project has the basic settings to make your repo running test on Travis CI.

Using standard to run lint for now.

$ npm test