Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chemzqm/scaffold

Basic scaffold for build a small library or javascript app
https://github.com/chemzqm/scaffold

Last synced: 12 days ago
JSON representation

Basic scaffold for build a small library or javascript app

Awesome Lists containing this project

README

        

# Scaffold

Component scaffold with babel(for es2015) and cssnext.

## Features
* `make` start a livereload server for example pages with watch for rebuild
* `make test` start a webpack-dev-server with mocha-loader for live testing
* `make test-karma` let karma run tests in your browser
* `make test-coveralls` let karma run tests and send coverage results to [coveralls.io](http://coveralls.io)
* `make doc` make example folder as your gh-pages branch and push to github

## Usage

``` bash
wget https://github.com/chemzqm/scaffold/tarball/master
tar -zxf master
rm master
```