1.0.0 • Published 9 years ago

revv v1.0.0

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
9 years ago

revv

CI Status

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.