# ladder **Repository Path**: libs/ladder ## Basic Information - **Project Name**: ladder - **Description**: 轻量化持续部署(CD)工具 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-17 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ladder #### 介绍 轻量化持续部署(CD)工具 #### 软件架构 软件架构说明 #### 使用说明 1. run `mvn clean package` to build the executable jar file. 2. run `java -jar ladder.jar -g template.json` to generate the template config file. 3. modify your config file. 4. run `java -jar ladder.jar -c template.json -d [module...]` to compile and deploy. 5. run `java -jar ladder.jar -c template.json -r [module...]` to reboot application(s). 6. run `java -jar ladder.jar -c template.json -l [module...]` to fetch applications(s) log(s). #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request