# yapiToTs **Repository Path**: hu_jing_lu/yapi-to-ts ## Basic Information - **Project Name**: yapiToTs - **Description**: yapi文档内容转换为ts - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-01 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一、使用方式 1.本地创建一个 js 文件如 server.js,复制以下代码 ```javascript const app = require('h-yapi-to-ts') app.listen(9274, () => { console.log('Server is running at http://localhost:9274') }) ``` 运行`node server.js`启动服务