# create_raml **Repository Path**: leechileung/create_raml ## Basic Information - **Project Name**: create_raml - **Description**: 根据JSON格式文字生成folio配套raml文件 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这是一个根据 json 格式的文本生成 raml 文本的工具 ###### 使用过程 ```code 克隆代码 --》 在node环境下 yarn install 然后 yarn start 访问 http://localhost:3000 ```