showf

0.0.9 • Public • Published

showf - show files in commit

The showf Node.js module shows filenames of changed files in the latest commit to a local git repository.

Build Status David DM

Usage

var showf = require('showf')
  , cop = require('cop')
 
showf(process.cwd())
  .pipe(cop(function (s) { return s + '\n' }))
  .pipe(process.stdout)

API

showf(dir)

  • dir Path to local git repository

The showf module exports a single function that returns a Transform stream. The output of the stream are filenames of changed files in the latest commit.

Installation

NPM

License

MIT License

Package Sidebar

Install

npm i showf

Weekly Downloads

0

Version

0.0.9

License

MIT

Last publish

Collaborators

  • michaelnisi