plopper

A micro-generator for your React Redux App

Usage no npm install needed!

<script type="module">
  import plopper from 'https://cdn.skypack.dev/plopper';
</script>

README

Plopper

This package help you generate your react and redux files in your project

How to Use

npm install --save-dev plopper

Then

npx plopper

.plopper.json file

{
    "bypass": {
        "component": {
            "useCssModule": "true"
        }
    }
}

Thanks

This project is based on Plop