react-native-plop-template

1.0.2 • Public • Published

react-plop-template

Wrapper Over plop to help react and react native developer out their to generate components, pages and reducers with it's necessary files and folder and keep the naming convention of the files consistency across the project.

Your browser does not support the video tag.

Get Started

Problem Statement

As you all know react is a UI library and not come's with any structure like angular provide it's own structure to follow. I know it's good to have own structure and not bound to any structure that framework provide. But I think when we are working in a team then we have to set a structure to follow and care about the naming convention to follow. So, every developer can follow the same. That's where react plop template package which is a wrapper over plop to generate react / react-native components, pages and reducers with it's necessary files and folders. You don't need to create a components, reducers and it's necessary files, the react-plop-template will do it for you.

What is React Plop Template?

React Plop Template is "micro-generator package." It is a small tool that gives you a simple way to generate your react / react-native components, pages and reducers in a consistent way.

Installation npm install react-native-plop-template ## yarn install react-plop-template ### Usage

// package.json
{
    ...,
    "scripts": {
        ...,
        "generate": "react-plop-template",
    },
    ...
}
``` ## Package includes: - [x]
[Component Generation with all necessary files] - [x]
[Page Generation with all necessary files] - [x]
[Reducer Generation with all necessary files] - [x]

> This documentation is a work in progress. If you have great ideas, I'd love to hear them.

Package Sidebar

Install

npm i react-native-plop-template

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

18.5 kB

Total Files

20

Last publish

Collaborators

  • aashir123