genstruct

Generate files for struct react native

Usage no npm install needed!

<script type="module">
  import genstruct from 'https://cdn.skypack.dev/genstruct';
</script>

README

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!