Genstruct is a generator of structs for applications.
In the first moment the module generate only structs for react native, in the future the genstruct can be use for generate templates files to another libs and frameworks.
- React Native
- Generate screens, container and presentationals
You can also:
- Change templates
Genstruct requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ npm i genstruct$ genstruct -s NameScreen
$ genstruct -r ReducerScreenWant to contribute? Great!