We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need @oclif/core V3 instead of V1:
{ "oclif": { "commands": { "strategy": "pattern", "target": "./dist/commands", "globPatterns": [ "**/*.+(js|cjs|mjs|ts|tsx|mts|cts)", "!**/*.+(d.*|test.*|spec.*|helpers.*)?(x)" ] } } }
@oclif
This will enable us to have something like
Example for generate
. └── generate ├── fromTemplate │ ├── fromTemplate.test.ts │ └── fromTemplate.ts ├── index.ts └── models ├── models.test.ts └── models.ts
Thanks to this, we will be able to have an easy CODEOWNER file
No response
No
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Why do we need this improvement?
We need @oclif/core V3 instead of V1:
@oclif
How will this change help?
This will enable us to have something like
Example for generate
Thanks to this, we will be able to have an easy CODEOWNER file
Screenshots
No response
How could it be implemented/designed?
🚧 Breaking changes
No
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: