ScottLogic / openapi-forge

⚒️🔥 Effortlessly create OpenAPI clients, in a range of languages, from the fiery furnace of our forge
8 stars 7 forks source link

feat: change file exclude option to allow multiple exclude globs #170

Closed ms14981 closed 1 year ago

ms14981 commented 1 year ago

This will be useful in the Java generator, where it will be possible to do:

openapi-forge forge features/schema.json . -o temp -e pom.xml .mvn/** .gitignore mvnw* *.md

Our Java generator has parts of the template like the pom file which are useful for generating normally, but we don't want in a test context.

ColinEberhardt commented 1 year ago

Hi @ms14981 forgot to merge this one a while back, thanks for the enhancement :-)

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: