Simplest possible wrapper for gulp-rev-append to make it available for programmatic use by npm scripts.
Programmatic use
npm install rev-append
This is literally gulp-rev-append wrapped as a command line utility, and works the same except you pass globs in on the command line.
rev-append /out index.html my.css
from gulp-rev-append