|
1 | | - |
2 | | - |
3 | | -[](https://npmcharts.com/compare/react-virtualized?minimal=true) |
4 | | -[](https://npmcharts.com/compare/react-virtualized?minimal=true) |
5 | | - |
| 1 | +[](https://www.npmjs.com/package/react-codegen-cli) |
| 2 | +[](https://github.com/Cristians953/react-codegen-cli) |
| 3 | +[](https://npmcharts.com/compare/react-codegen-cli?minimal=true) |
| 4 | +[](https://npmcharts.com/compare/react-codegen-cli?minimal=true) |
| 5 | +[](https://www.npmjs.com/package/react-codegen-cli) |
6 | 6 | [](https://github.com/Cristians953/react-codegen-cli/issues) |
7 | 7 |
|
8 | 8 |
|
|
18 | 18 | React CodeGen is a development tool to quickly generate React components. |
19 | 19 | It helps you to speed up productivity in React projects and stop copying, pasting files. |
20 | 20 | <br /> |
| 21 | + <br /> |
21 | 22 | <a href="#get-started">Get Started</a> |
22 | 23 | · |
23 | 24 | <a href="https://github.com/Cristians953/react-codegen-cli/issues">Report Bug</a> |
|
26 | 27 | </p> |
27 | 28 | </p> |
28 | 29 |
|
| 30 | +### New features 🚀⭐ |
| 31 | +* Added 4 new config options: |
| 32 | + * `arrowFunction` - indicates if it should generate arrow functions instead of the regular. |
| 33 | + * `exportType` - export type to be used for modules. |
| 34 | + * `cssModules` - generate css module instead of regular style file. |
| 35 | + * `wrapFolder` - Wrap generated files in a folder. |
| 36 | + |
| 37 | +* And 2 new CLI arguments: |
| 38 | + * `-d` or` --directory` - specify directory where files are created, relative to root path. |
| 39 | + * `--wrap` - does the same as the `wrapFolder` option. |
| 40 | + |
| 41 | + |
| 42 | + |
29 | 43 | ## Table of Contents |
30 | 44 |
|
31 | 45 | * [Installation](#installation) |
|
0 commit comments