Releases: vs-cristian/react-codegen-cli
Releases · vs-cristian/react-codegen-cli
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.2
v1.1.1
1.1.0 (August 25, 2020)
-
Added 4 new config options:
arrowFunction
- indicates if it should generate arrow functions instead of the regular.exportType
- export type to be used for modules.cssModules
- generate css module instead of regular style file.wrapFolder
- Wrap generated files in a folder.
-
And 2 new CLI arguments:
-d
or--directory
- specify directory where files are created, relative to root path.--wrap
- does the same as thewrapFolder
option.