UNPKG

@magda/scripts

Version:

Scripts for building, running, and deploying MAGDA

21 lines (14 loc) 552 B
# swagger-codegen-cli.jar This is a lightly customized build of [swagger-codegen](https://github.com/swagger-api/swagger-codegen). To run, make sure the registry-api is running at http://localhost:6101 (or change the URL in `magda-ckan-connector/package.json`) and then: ``` cd magda-ckan-connector yarn run generateSwaggerApis ``` To build: ``` git checkout -b magda git@github.com:magda-io/swagger-codegen.git cd swagger-codegen mvn clean package ``` The built jar will be found at `modules/swagger-codegen-cli/target/swagger-codegen-cli.jar`.