Open
Description
Right now all file /directory names are generated in a kebab-case
, there can be a project specific linting rules that can fail if file / directory name is not compliant.
Thus I'd recommend to provide a new output property like format: 'camelCase' | 'PascalCase' | 'kebab-case' | 'snack_case' | 'UPPER_CASE'
Activity