element-boilerplate
v3.0.1
Published
A boilerplate to create element component
Downloads
8
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