Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 551 Bytes

React-CLI

command line for creating components, containers and pages ( v0.1.0)

Commands: component [flag]* [ name ]* [ custom_path ] for create presentational elements container [flag]* [ name ]* [ custom_path ] for create functional elements

Flags: -f for create function element -a for create arrow function element -c for create class element

Options: --help Print all commands and options --load Load any file with your element template --init Build your custom element rules --about Print info about creator