# feishu-nestjs-swagger **Repository Path**: node-project-summary/feishu-nestjs-swagger ## Basic Information - **Project Name**: feishu-nestjs-swagger - **Description**: 飞书工具集成 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-13 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nestjs, Swagger ## README ## 飞书 配置多文件环境变量: ```ts 创建文件夹:.config,内容存放.dev.yaml文件 FEISHU_CONFIG: FEISHU_URL: https://open.feishu.cn/open-apis FEISHU_API_HOST: https://open.feishu.cn FEISHU_APP_ID: xxxx FEISHU_APP_SECRET: xxx ``` ## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test ```bash # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov ``` ## Support Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). ## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) - Twitter - [@nestframework](https://twitter.com/nestframework) ## License Nest is [MIT licensed](LICENSE).