Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 660 Bytes

File metadata and controls

34 lines (21 loc) · 660 Bytes

Genstruct

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.

Supports

  • React Native

New Features!

  • Generate screens, container and presentationals

You can also:

  • Change templates

Installation

Genstruct requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server.

$ npm i genstruct

Running

$ genstruct -s NameScreen
$ genstruct -r ReducerScreen

Want to contribute? Great!