The command line interface helper for generating components using the the-react-client structure.
Install it globally using node package manager install command or yarn.
npm install --global the-react-commander
You can start by typing the-react-commander into your terminal to see the help menu.
Creates a new application with the given name and install it dependencies.
the-react-commander new my-project-name
Creates a new view with the given name.
the-react-commander make:view my-view-name
Creates a new component with the given name.
the-react-commander make:component my-component-name
The contribution guide is not available for now but I am accepting any contribution if under the standard style.
The The React Commander tool is open-sourced software licensed under the MIT license.