1.0.0 • Published 10 years ago
revv v1.0.0
revv
A simple, modular JavaScript tool for versioning static assets.
Install
npm install revv --saveUsage
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.