forked from loafle/openapi-generator-original
Add typescript-inversify code generator (#7885)
* Add typescript-inversify language * Add windows script Add windows script * Use rxjs instead of rx and encoding only the value of URL parameters * Remove lodash dependency Remove lodash dependency * Readd linux user detail on run-docker script * Solve import problems * Remove configuration template * Add usePromise config's variable * Align Test to check usePromise config parameter * Add possibility to receive all the httpResponse * Better ts-lint on api service * Update sample client example with new ts-lint * Update petstore sample with new ts-lint
This commit is contained in:
committed by
William Cheng
parent
240aad8686
commit
e2c58fad71
@@ -11,7 +11,7 @@ docker run --rm -it \
|
||||
-w /gen \
|
||||
-e GEN_DIR=/gen \
|
||||
-e MAVEN_CONFIG=/var/maven/.m2 \
|
||||
-u "$(id -u):$(id -g)" \
|
||||
-u "$(id -u):$(id -g)" \
|
||||
-v "${PWD}:/gen" \
|
||||
-v "${maven_cache_repo}:/var/maven/.m2/repository" \
|
||||
--entrypoint /gen/docker-entrypoint.sh \
|
||||
|
||||
Reference in New Issue
Block a user