cli
cli copied to clipboard
feat: extend `nx-plugin:configuration` generator with preset logic
User story
As a developer I want to be as productive as possible and reuse some of my category configurations.
ATM the configuration generator does not provide this option so I have to add it manually.
Acceptance criteria
- [ ] The
configurationgenerator should provide apersetoption to indicate that I also want to generate a preset file.- [ ] If
persetis true thenx-plugincreates an additionalcode-pushup.preset.tswith default exports- [ ] The preset is used in
code-pushup.conifg.ts
- [ ] The preset is used in
- [ ] If
Implementation details
No response