gulp-examplejs
v0.0.9
Published
A tool for converting example code into test cases
Downloads
35
Readme
gulp-examplejs
A tool for converting example code into test cases with examplejs.
Installation
Install package with NPM and add it to your development dependencies:
npm install --save-dev gulp-examplejs
Usage
var examplejs = require('gulp-examplejs');
gulp.task('dist', function() {
return gulp.src('lib/*.js')
.pipe(examplejs())
.pipe(gulp.dest('dist'));
});Options
descTest case description
timeoutTest case timeout
headInclude head filen
headerInclude head text
License
MIT © zswang
