/uct

command-line interface tool for manage react projects structure

Primary LanguageJavaScriptMIT LicenseMIT

uct

Build Status

command line program for manage react projects structure

Create Component

uct create [path/name]

--no-styles: Ignores the styles file

--no-spec: Ignores the component tests file

--functional: By default, the generated component is a class, this argument creates as a Function

--help: Prints create command usability