1.1.2 • Published 4 years ago

@fasolutions/module v1.1.2

Weekly downloads
13
License
UNLICENSED
Repository
bitbucket
Last release
4 years ago

FA Module Generator (React app)

This package generates a Module in FA React applications. The module contains preconfigured

components, helpers, pages, router, services, store, tests, translations, triggers

Installation

All the following steps are already done in repo fa-react-app and any of its forks.

  1. Add Plop to your project.

    npm install --save-dev plop
  2. Add this package to your project.

    npm install --save-dev @fasolutions/module
  3. Create a plopfile.js at the root of your project.

    module.exports = function (plop) {
        // Load plop react here
        plop.load('@fasolutions/module');
    
        // You can load other plop module or define your own plop generators or helpers, here
    };
  4. Add script inside your package.json, for running plop generator

    "module": "plop"
  5. Run script to create Module

    npm run module

    Hint: Append script with Module Id to save time. Eg. npm run module moduleid

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.0-SNAPSHOT.0

4 years ago

1.0.0

4 years ago

1.0.0-SNAPSHOT.7

4 years ago

1.0.0-SNAPSHOT.6

4 years ago

1.0.0-SNAPSHOT.3

4 years ago

1.0.0-SNAPSHOT.5

4 years ago

1.0.0-SNAPSHOT.1

4 years ago

1.0.0-SNAPSHOT.2

4 years ago

1.0.0-SNAPSHOT.0

4 years ago