2.2.0 • Published 1 year ago

autobuildproject v2.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

AutoBuild

AutoBuild 是一个自动构建项目的工具,目前仅支持:

  • Web项目构建
  • Http服务构建
  • WS服务构建
  • Meors Extension

AutoBuild 根据用户选择,从GitLab上拉取相应的项目模板。 以下为利用AutoBuild构建的一个RESTful服务项目的目录结构及部分代码:

安装说明

git clone -b master git@117.78.47.33:FanTaSyLin/autobuild.git

cd autobuild

npm install

npm link

如何使用AutoBuild

Usage: build [options]

Options:

    -V, --version  output the version number
    -s, --start    build a new project
    -u, --update   update to the latest version
    -h, --help     output usage information

更新 AutoBuild

build -u / build --update
2.2.0

1 year ago