Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fasolutions/module

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fasolutions/module

Module generator for FA React applications

  • 1.1.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 17 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc