https://github.com/proxymanapp/code-generator-plugin
Code Generator Plugin for Proxyman
https://github.com/proxymanapp/code-generator-plugin
Last synced: about 1 year ago
JSON representation
Code Generator Plugin for Proxyman
- Host: GitHub
- URL: https://github.com/proxymanapp/code-generator-plugin
- Owner: ProxymanApp
- License: mit
- Created: 2021-08-17T15:23:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T07:39:38.000Z (over 2 years ago)
- Last Synced: 2024-01-12T19:36:08.054Z (over 2 years ago)
- Language: JavaScript
- Size: 334 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Proxyman Code Generator 🧰
A collection of plugins that can generate code to various targets from Proxyman Request/Response.
## How to use
1. Download and open [Proxyman](https://proxyman.io) app
2. Right-click on a Request -> Tools -> Code Generator
3. Select a target you would like to generate.
## How to build
Execute the following code in Terminal
```bash
$ nvm 16
$ npm i
$ npm run build
```
## Credit
Proxyman Code Generator is built on top of Paw Code Generator Extensions. We appreciate Paw Team and other contributors.
- [Paw-SwiftAlamofireCodeGenerator](https://github.com/luckymarmot/Paw-SwiftAlamofireCodeGenerator)
- [HAR2Postman](https://github.com/javieraviles/Har2Postman)
- [axios-generator](https://github.com/anurag-inias/axios-generator)
- [Paw-GoHTTPCodeGenerator](https://github.com/tangzero/Paw-GoHTTPCodeGenerator)
- [Paw-HTTPieCodeGenerator](https://github.com/luckymarmot/Paw-HTTPieCodeGenerator)
- [Paw-JavaApacheHttpClientFluentAPICodeGenerator](https://github.com/luckymarmot/Paw-JavaApacheHttpClientFluentAPICodeGenerator)
- [Paw-JavaScriptjQueryCodeGenerator](https://github.com/luckymarmot/Paw-JavaScriptjQueryCodeGenerator)
- [Paw-NodeHttpCodeGenerator](https://github.com/AndrianBdn/Paw-NodeHttpCodeGenerator)
- [Paw-ObjCNSURLSessionCodeGenerator](https://github.com/luckymarmot/Paw-ObjCNSURLSessionCodeGenerator)
- [SwiftMoyaCodeGenerator](https://github.com/narlei/SwiftMoyaCodeGenerator)
- [Paw-SwiftNSURLSessionCodeGenerator](https://github.com/luckymarmot/Paw-SwiftNSURLSessionCodeGenerator)
- [Mustache](https://github.com/janl/mustache.js/)
- [URI](http://medialize.github.io/URI.js/)
- [https://github.com/babstrap/dart_http_code_generator](https://github.com/babstrap/dart_http_code_generator)
## License
Proxyman Code Generator Plugin is released under the MIT license. See LICENSE for more information.