cli
cli copied to clipboard
Shared artefact handling for plugins
User story
As a developer I want to be able to leverage caching from my existing stack e.g. Nx.
Therefore every plugin that generated artefacts need to provide options to generate them from cache.
Acceptance criteria
- [x] Add generic type
PluginArtefactOptionstomodels#1021 - [ ] Use the type in plugin
eslintand adjust the logic #1068 - [ ] Use the type in plugin
coverageand adjust the logic - [ ] Use the type in plugin
js-packagesand adjust the logic - [ ] Use the type in plugin
typescript-packagesand adjust the logic
Implementation details
No response