Do someone can help me to customize output files names?
Given the tag below:
My Resource
I want to obtain the output file:
my-resource.service.ts
instead of myResource.service.ts
Given the model below:
MyModel
I want to obtain the output file:
my-model.ts
instead of myModel.ts
Many thanks for your help