This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Description
I wasn't able to find a flag to generate a lower case index.ts file. When we generate on Mac OS it results in Index.ts (upper case first letter). That fails on production, on Linux. Is it possible to affect the index file name without affecting all the other model file names?
(By 'fails', I mean that all the import statements that reference just entities must be replaced with specific references to entities/EntityName)
Thanks for a great tool!