An open API service indexing awesome lists of open source software.

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

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.