0.0.4 • Published 11 months ago

@jabbrowocky/create-react-component v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

create-react-component

A node cli to scaffold react components

Usage

Basic: create-react-component

This will run the cli and prompt you through its required arguments.

Advanced create-react-component [arg0 [arg1 [flags]]

You can also supply any of the arguments by way of providing them with the command through args and / or flags:

Args:
ArgDescriptionDefinitionConstraint
Arg 0Component NameDesired name of component
Arg 1Component DirectoryThe desired Component directory/subdirectoryRelative to execution directory, or absolute path
Flags:
Flag ValueDescriptionConstraints
--component or -cComponent typeMust provide a value of either 'functional' or 'class'
--style or -sStylesheet typeMust provide a value of either 'css' or 'scss'
0.0.4

11 months ago

0.0.32

11 months ago

0.0.31

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago