Socket
Socket
Sign inDemoInstall

gulp-todoist

Package Overview
Dependencies
100
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
19
decreased by-75.32%
Maintainers
1
Install size
1.19 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 13 Feb 2015

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc