element-boilerplate

3.0.1 • Public • Published

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

/element-boilerplate/

    Package Sidebar

    Install

    npm i element-boilerplate

    Weekly Downloads

    6

    Version

    3.0.1

    License

    MIT

    Last publish

    Collaborators

    • fraserxu