1.0.6 • Published 3 years ago

rct-generator v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

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
1.0.6

3 years ago

1.0.4

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago