Open
Description
The skip option doesn't detect existing files if the template file is called $$path$$.*
, e.g. $$path$$.js.hbs
.
Steps to reproduce:
- Create new npm project in empty folder
- Install latest version of openapi3
- Save this openapi.yaml into project folder
- run
npx openapi3-generator openapi.yaml express
- re-run
npx openapi3-generator openapi.yaml express
- Check console output: none of the src/api/routes or src/api/routes were skipped.
Metadata
Assignees
Labels
No labels