File manager - Edit - /var/www/payraty/helpdesk/vendor/muxinc/mux-php/gen/Makefile
Back
# per-SDK stuff GENERATOR_TYPE=php ###### helper variables ###### # this is in case we want to go to Docker or something other than running yarn # for OAS in the future. also less typing. OAS_CLI=yarn run -s oas CONFIG_PATH=./generator-config.json OUTPUT_DIR=.. TEMPLATE_DIR=./templates GENERATED_TEMPLATE_DIR=./tmp/oas-base-templates JQ=./node_modules/node-jq/bin/jq ensure: yarn install clean: rm -rf tmp clean-products: rm -rf "${OUTPUT_DIR}/lib" rm -rf "${OUTPUT_DIR}/docs" build: ensure clean-products $(eval TMP_SPEC := $(shell mktemp)) echo "${TMP_SPEC}" cat "${OAS_SPEC_PATH}" | grep -v 'x-group-parameters' > "${TMP_SPEC}" ${OAS_CLI} generate -g "${GENERATOR_TYPE}" -c "${CONFIG_PATH}" -t "${TEMPLATE_DIR}" -o "${OUTPUT_DIR}" -i "${TMP_SPEC}" rm "${TMP_SPEC}" config-help: ensure ${OAS_CLI} config-help -g "${GENERATOR_TYPE}" template-diff: ensure ${OAS_CLI} author template -g "${GENERATOR_TYPE}" -o "${GENERATED_TEMPLATE_DIR}" diff "${TEMPLATE_DIR}" "${GENERATED_TEMPLATE_DIR}" > ./tmp/template-changes.diff
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1.45 |
proxy
|
phpinfo
|
Settings