awesome-react-native icon indicating copy to clipboard operation
awesome-react-native copied to clipboard

Add rnx-gen

Open Balthazar33 opened this issue 11 months ago • 0 comments

Added utility rnx-gen: an opinionated, NestJS-style CLI tool to generate resources (screens, components, hooks, slices, etc.) with boilerplate code.

Link: https://www.npmjs.com/package/rnx-gen

Example: npx rnx-gen g screen userProfile will generate a folder UserProfileScreen under src/screens along with the associated files for the screen (test, constants, styles, types, index). rnx-gen-example-screen

Balthazar33 avatar Nov 05 '24 12:11 Balthazar33