element-boilerplate
v3.0.1
Published
A boilerplate to create element component
Readme
element-boilerplate
A boilerplate to create bel or yo-yo element
Why
To start write code quickly.
Intall
$ npm i element-boilerplate -gUsage
To create a markdown component for example:
eb element-markdownWhat's in there
.
├── LICENSE
├── README.md
├── example
│ ├── index.css
│ └── index.js
├── index.html
├── index.js
├── package.json
└── test
└── index.jsTo start the server with wzrd from the example directory so that you can test your code while developing.
$ npm startTo 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