0.0.4 • Published 2 years ago

create-rn-screen v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

CREATE-RN-SCREEN

Objective

This lib was created so that screens and components in React Native are written in an automated and standardized way.

How to use

To configure the library, just run the command below and answer the questions according to your project. With this, a file called rnscreen.json will be created in the root.

npx create-rn-screen --init

To create a screen, run the command below

npx create-rn-screen <name> --screen

To create a component, run the command below

npx create-rn-screen <name> --component

To do

  • npx create-rn-screen --component --src