/plop-example

Components and screens generating with plop

Primary LanguageJavaScriptMIT LicenseMIT

Plop example

Generate screens and components skeletone with a given name. Using plop.

Description

  • /templates holds all the templates to generate end files
  • plopfile.js holds the configuration of the generator

Usage

To generate a component with the name Button execute

$ yarn generate:component Button

To generate a screen with the name Home execute

$ yarn generate:screen Home