0.0.9 • Published 10 years ago

gulp-examplejs v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

NPM version Build Status Coverage Status

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

  • desc

    Test case description

  • timeout

    Test case timeout

  • head

    Include head filen

  • header

    Include head text

License

MIT © zswang

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago