You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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.

0.0.2
latest
Source
npmnpm
Version published
Weekly downloads
11
83.33%
Maintainers
1
Weekly downloads
 
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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.