Skip to content

michaelnisi/showf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Show changed files in latest commit

Resources

License

Stars

Watchers

Forks

Packages

No packages published