Socket
Book a DemoInstallSign in
Socket

gulp-git-committers

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-git-committers

Get a committer list from a git repository with some sorting and formatting options.

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

gulp-git-committers Build Status

Get a committer list from a git repository with some sorting and formatting options.

Install

$ npm install --save-dev gulp-git-committers

Usage

var gulp = require('gulp');
var committers = require('gulp-git-committers');

gulp.task('default', function () {
  return committers()
    .pipe(gulp.dest('./AUTHORS.txt'));
});

Options

For a full list of options visit the official git-committers documentation.

git-committers documentation

License

MIT: http://denis.mit-license.org

Keywords

gulpplugin

FAQs

Package last updated on 01 Sep 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