文件名称:gulp-semver-tasks:Gulp的Semver管理任务
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-19 23:14:04
JavaScript
大吃一惊的任务 Gulp的Semver管理任务 改编自 Gulpfile.js var gulp = require ( 'gulp' ) ; require ( 'gulp-semver-tasks' ) ( gulp ) ; // or require ( 'gulp-semver-tasks' ) ( gulp , { versionSource : [ './package.json' , './bower.json' ] } ) ; # This will adjust semver on the configured files, then commit and tag the update. gulp bump:patch gulp bump:minor gulp bump:major
【文件预览】:
gulp-semver-tasks-master
----.gitignore(20B)
----package.json(609B)
----LICENSE(11KB)
----index.js(1KB)
----README.md(934B)