Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chemzqm/scaffold
- Owner: chemzqm
- Created: 2015-11-16T20:04:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T14:11:06.000Z (over 8 years ago)
- Last Synced: 2024-05-21T17:32:38.810Z (7 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: Readme.md
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
```