1.0.11 • Published 7 years ago

auto-version v1.0.11

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

#auto-version

自动更新版本号最后一位

##使用说明

返回一个generator函数,请采用合适的执行器去运行,本例采用hprose.co;

######1 npm install -save-dev auto-version ######2

let autoVersion = require("auto-version");//返回一个generator函数
let path = require("path");
let co = require('hprose').co;
let file = path.join(__dirname, "./package.json");
co(autoVersion(file))
1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.3

7 years ago