0.2.0 • Published 4 years ago

@ebsolutions/grt v0.2.0

Weekly downloads
8
License
ISC
Repository
github
Last release
4 years ago

Generate React Templates

This package is used to generate React template files for a component, container, or page (NextJS)

Example return value:

The package creates a the following file(s) and places them into their corresponding directory.

Page

TODO

Container

TODO

Component

TODO

Usage

  1. Install the package using npm or yarn:

     npm install @ebsolutions/grt --saveDev

    or

     yarn add @ebsolutions/grt --dev
  2. TODO