mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 22:27:04 +00:00
add haskell-http-client-generator (#6429)
This commit is contained in:
10
bin/windows/haskell-http-client-petstore.bat
Executable file
10
bin/windows/haskell-http-client-petstore.bat
Executable file
@@ -0,0 +1,10 @@
|
||||
set executable=.\modules\swagger-codegen-cli\target\swagger-codegen-cli.jar
|
||||
|
||||
If Not Exist %executable% (
|
||||
mvn clean package
|
||||
)
|
||||
|
||||
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties
|
||||
set ags=generate -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l haskell-http-client -o samples\client\petstore\haskell-http-client
|
||||
|
||||
java %JAVA_OPTS% -jar %executable% %ags%
|
||||
Reference in New Issue
Block a user