-
Notifications
You must be signed in to change notification settings - Fork 44
feat(openapi): generator of an openapi extension project #3800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit f9dabff
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
We are approaching 2026 and still I don't see tests in your PRs 🥲 |
c9a2d2b to
20b47fa
Compare
| | `--target`, `-t` | `.` | Target directory where files will be generated. | | ||
| | `--dependency-base-spec`, `-b` | - | Name of the NPM artifact to use as the dependency base specification (e.g. @my-org/specification). | | ||
|
|
||
| The command will generate a directory with the same structure of the `design` command but will setup the repository to prepare the generation of 3 specification: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The command will generate a directory with the same structure of the `design` command but will setup the repository to prepare the generation of 3 specification: | |
| The command will generate a directory with the same structure of the `design` command but will set up the repository to prepare the generation of 3 specifications: |
I don't understand what you mean by same structure of the design command, could you explain?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed it may not be very clear :S.
I wanted to say that the command design-extension generate the same files generated by the command design. The only difference is that it prepare the generation of 3 APIs listed below.
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
packages/@ama-openapi/create/templates/design-extension/README.md.template
Outdated
Show resolved
Hide resolved
20b47fa to
f9dabff
Compare
Proposed change
feat(openapi): generator of an openapi extension project
Related issues
- No issue associated -