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
What I'm looking for is simply to exclude the org name that's used in the package.json name from the displayed label.
For example in our repo all of our package names are prefixed @foo/ but it becomes very redundant when that's used as workspace name.
@foo/
Maybe some combination of regexp/template would allow users to configure package names.
The text was updated successfully, but these errors were encountered:
that would be useful!
Sorry, something went wrong.
Even just a checkbox to exclude the scope from the name would be great!
Agreed that removing the scope would be great, as it is redundant in a repo where all the scope is the same for every package.
@folke I have submitted a PR that adds an option for this
Successfully merging a pull request may close this issue.
What I'm looking for is simply to exclude the org name that's used in the package.json name from the displayed label.
For example in our repo all of our package names are prefixed
@foo/
but it becomes very redundant when that's used as workspace name.Maybe some combination of regexp/template would allow users to configure package names.
The text was updated successfully, but these errors were encountered: