rct-generator

1.0.6 • Public • Published

React Native Generator CLI

RCT generator is command line program, built to make generating react boilerplate code easier.

Generate a screen

Creates a folder with a container.tsx, component.tsx, style.ts and an index.ts files.

rct-generator g screen test-component

rct-generator g component test-component --screen

Generate a component

Creates a folder with a component.tsx, style.ts and an index.ts files.

rct-generator g component test-component

Generate redux and api call files

Creates an action, reducer and types files enclose in their respective folders

rct-generator g redux auth

Readme

Keywords

none

Package Sidebar

Install

npm i rct-generator

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

12.8 kB

Total Files

14

Last publish

Collaborators

  • nodegram