gulp-todo-file

0.1.0 • Public • Published

gulp-todo-file Build Status

My stellar gulp plugin

Install

$ npm install --save-dev gulp-todo-file

Usage

var gulp = require('gulp');
var todos = require('gulp-todo-file');
 
gulp.task('default', function () {
    return gulp.src('src/file.ext')
        .pipe(todo())
        .pipe(gulp.dest('dist'));
});

API

License

MIT © Glenn Vandeuren

Readme

Keywords

Package Sidebar

Install

npm i gulp-todo-file

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vandeurenglenn