revv

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i revv

Weekly Downloads

4

Version

1.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • secretfader