0.0.1 • Published 9 months ago

react-template-creator v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Gettings Started

CLI for generate react template with tsx and scss as default with src as root dir

Node: require node version 16 or newer

npx rg gc <component_name> [-opt | --opt=value]

Options:
--ms   or--module-style=true    generate with style file as module (*.module.scss).
-ar                                                 generate tempate use arrow function
--style=css|scss|sass                    generate style file with options extension

get help:

npx rg -h
0.0.1

9 months ago