# yamlautomaker **Repository Path**: overtimemaster/yamlautomaker ## Basic Information - **Project Name**: yamlautomaker - **Description**: 自动生成 yaml 文件 - **Primary Language**: Go - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-06-03 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yamlautomaker #### 介绍 自动生成 yaml 文件 用法: 1:在FTPServer 中上传好文件模板 2:在config.json 中配置好想要生成的数量,直接运行yamlautomaker.exe conf.json 配置文件: ``` { "FtpUser 说明":"FTP 用户名", "FtpUser":"ftpbeeuser", "FtpPass 说明":"FTP 密码", "FtpPass":"ftpbeepass", "FtpHost 说明":"FTP 主机", "FtpHost":"127.0.0.1", "ServerSn 说明":"服务器 序号", "ServerSn":"10", "NodeNum 说明":"需要生成的节点数量", "NodeNum":2, "BeePath 说明":"bee.exe存放位置", "BeePath":"./in/bee.exe", "BatTmplPath 说明":"模板存放位置", "BatTmplPath":"./in/default_start.tmpl", "YamlTmplPath 说明":"模板存放位置", "YamlTmplPath":"./in/default_yaml.tmpl", "TargetPath 说明":"目标路径", "TargetPath":"../1.0.0.0", "SwapEndpoint 说明":"swap 节点地址", "SwapEndpoint":"https://goerli.infura.io/v3/wait" } ```