1.1.3 • Published 2 years ago

react-plop-template v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Get Started

react plop template demo

npm   npm

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 is coming, 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.

CLI Usage

You can direct use react-plop-template with npx without installing react-plop-template package into your codebase.

1. Add react plop template to your project

$ npx react-plop-template project
$ npx react-plop-template project react tsx
$ npx react-plop-template project react-native jsx

Package includes: - x

Component Generation - x - x - x

Generate Component

$ npx react-plop-template component [component name]

Generate page for React

$ npx react-plop-template page [page name]

Generate screen for React Native

$ npx react-plop-template screen [screen name]

Generate Reducer

$ npx react-plop-template reducer [reducer name]

Demo for React Native

react plop template demo

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

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago