@acastellon/vcs 中文文档教程

发布于 5年前 浏览 20 项目主页 更新于 3年前

vcs

来自文件内容的简单哈希生成器。 这个想法是用它来拥有一个基于文件内容的实时控制版本, 有时您需要在不访问容器/代码的情况下检查 hot web 服务很有用。

用法:

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

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

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); 
                         });
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文