3.0.1 • Published 8 years ago

element-boilerplate v3.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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
3.0.1

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago