0.0.4 • Published 4 years ago
create-rn-screen v0.0.4
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 --initTo create a screen, run the command below
npx create-rn-screen <name> --screenTo create a component, run the command below
npx create-rn-screen <name> --componentTo do
- npx create-rn-screen --component --src