$ cnpm 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(/*...*/);
Copyright 2013 - present © cnpmjs.org | Home |