gulp-power-doctest
v0.2.1
Published
gulp plugin for power-doctest.
Downloads
2
Readme
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT