0.0.9 • Published 10 years ago

showf v0.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago