@acastellon/vcs

1.0.2 • Public • Published

vcs

Simple Hash generator from the content of a file. The idea is to use it to have a real-time version of control based in the content of the file, sometimes it's useful you need to check webservices in hot without access to the container/code.

usage:

const vcs = require('@acastellon/vcs');

vcs.getHash('./test.js')
   .then( function(value) { 
                                console.log(value); 
                         });

Readme

Keywords

Package Sidebar

Install

npm i @acastellon/vcs

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • acastellon