You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://npmcharts.com/compare/react-virtualized?minimal=true)
| exportType | default,<br /> named | default | Export type to be used for modules
95
+
| arrowFunction | boolean | true | Use arrow functions insead of regular
62
96
63
97
Example:
64
98
@@ -72,6 +106,20 @@ Example:
72
106
}
73
107
```
74
108
109
+
## Roadmap
110
+
111
+
See the [open issues](https://github.com/Cristians953/react-codegen-cli/issues) for a list of proposed features (and known issues).
112
+
113
+
## Contributing
114
+
115
+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
116
+
117
+
1. Fork the Project
118
+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
119
+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
120
+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
121
+
5. Open a Pull Request
122
+
75
123
## License
76
124
77
125
React CodeGen CLI is open source software [licensed as MIT](https://github.com/cristians953/react-codegen/blob/master/LICENSE).
0 commit comments