Skip to content

tianmajs/autoupdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoupdate

autoupdate 赋予模块自动更新版本的能力。

安装

    $ npm install autoupdate

使用

模块文件:index.js

var update = require('autoupdate');
// 模块入口
module.exports = function (type, config) {
    update(function () {
        require('./conf/' + type)(config);
    });
};

授权协议

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published