Socket
Book a DemoInstallSign in
Socket

gulp-todoist

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-todoist

Outputs a report with total of TODOs and FIXMEs in your file/s.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

gulp-todoist

Build Status

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 = require('gulp');
var todoist = require('gulp-todoist');

gulp.task('default', function () {
	return gulp.src('/**/*.js')
	.pipe(todoist());
});

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

Keywords

gulpplugin

FAQs

Package last updated on 13 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts