Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molvqingtai/yapi-interface-extension
一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。
https://github.com/molvqingtai/yapi-interface-extension
chrome-extension typescript yapi yapi-plugin
Last synced: 2 months ago
JSON representation
一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。
- Host: GitHub
- URL: https://github.com/molvqingtai/yapi-interface-extension
- Owner: molvqingtai
- License: mit
- Created: 2021-09-14T10:49:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:05:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T02:30:30.988Z (8 months ago)
- Topics: chrome-extension, typescript, yapi, yapi-plugin
- Language: TypeScript
- Homepage:
- Size: 3.1 MB
- Stars: 23
- Watchers: 1
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yapi-interface-extension
一个 YAPI 浏览器插件,在 YAPI 接口文档显示 TypeScript interface。
### Install
1. clone 项目,执行 `yarn install`。
2. 修改 `public/manifest.json` 文件的 `matches` 字段,将 www.example.com 改为你部署的 YAPI 域名。
3. 执行 `yarn build`,将生成后的 dist 文件夹拖入 chrome 插件页面。### Example
![Example](https://github.com/molvqingtai/yapi-interface-extension/blob/master/example.jpg)
### License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/molvqingtai/yapi-interface-extension/blob/master/LICENSE) file for details