We have a project, MyApp, with some internal packages, to which we split some app features. Features folder lays on the same level as other folders, like Services, etc.
MyApp
- Services
- Features
- Repositories
For the mockolo command I just provide whole path of parent folder, like MyApp, which includes both Services and Features. From what I see it's only allowed to exclude some specific files, (or filenames by suffixes). It would be really handy if we could exclude whole folder from the sources, lets say I provide MyApp as sources dir, but excluding dir would be MyApp/Features. And in general the idea is that every feature package will expose its own FeatureMocks package, so we need to skip generating them when running for whole mockolo target.
We have a project,
MyApp, with some internal packages, to which we split some app features.Featuresfolder lays on the same level as other folders, likeServices, etc.MyApp
- ProtocolA
For the mockolo command I just provide whole path of parent folder, like
MyApp, which includes bothServicesandFeatures. From what I see it's only allowed to exclude some specific files, (or filenames by suffixes). It would be really handy if we could exclude whole folder from the sources, lets say I provideMyAppas sources dir, but excluding dir would beMyApp/Features. And in general the idea is that every feature package will expose its own FeatureMocks package, so we need to skip generating them when running for whole mockolo target.