revv
v1.0.0
Published
Version static assets via your command line.
Downloads
6
Maintainers
Readme
revv
A simple, modular JavaScript tool for versioning static assets.
Install
npm install revv --save
Usage
import revv from 'revv';
revv('<glob|path>').then(revved => {});
Alternatively, you can import individual functions:
import revv, { exists, read, copy, tidy } from 'revv';
License
© 2016 Nicholas Young, released under the 3-Clause-BSD License. For further
details, see the included LICENSE
document.