$ npm install staged-files
Get staged files for use in git hooks or some task runner.
From the command line (mostly useful for systems without xargs
).
staged-files 'optional-pattern/**' -- optional_command
Vinyl compatible stream.
var stagedFiles = require('staged-files');
stagedFiles().pipe(/*...*/);
© 2010 - cnpmjs.org x YWFE | Home | YWFE