0.2.1 • Published 10 years ago

gulp-power-doctest v0.2.1

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

gulp-power-doctest

azu/power-doctest for gulp.

Installation

npm install gulp-power-doctest --save-dev

Usage

gulpfile.js

var gulp = require('gulp');
var powerDoctest = require("gulp-power-doctest");
gulp.task('tests', function () {
    gulp.src("tests/**/*.js")
        .pipe(powerDoctest());
});

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago