gulp-todoist
Outputs a report with total of TODOs and FIXMEs in your file/s.
Shamelessly copied from gulp-todo.
Install
$ npm install --save-dev gulp-todoist
Usage
var gulp = ;var todoist = ; gulp;
API
todoist(options)
options
absolute
Output absolute paths of files (as available via file.path
).
Type: string
Default: false
silent
Silent all reports.
Type: boolean
Default: false
verbose
Silent report for each file.
Type: boolean
Default: false
License
MIT © Pedro Sampaio