awesome-react-native
awesome-react-native copied to clipboard
Add rnx-gen
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).