Skip to content

The command line interface helper for generating components using the the-react-client structure.

License

Notifications You must be signed in to change notification settings

rhberro/the-react-commander

Repository files navigation

The React Commander

Build Status Standard - JavaScript Style Guide

The command line interface helper for generating components using the the-react-client structure.



Installing

Install it globally using node package manager install command or yarn.

npm install --global the-react-commander

Getting Started

You can start by typing the-react-commander into your terminal to see the help menu.

Commands

New <Name>

Creates a new application with the given name and install it dependencies.

the-react-commander new my-project-name

View <Name>

Creates a new view with the given name.

the-react-commander make:view my-view-name

Component <Name>

Creates a new component with the given name.

the-react-commander make:component my-component-name

Contributing

The contribution guide is not available for now but I am accepting any contribution if under the standard style.

License

The The React Commander tool is open-sourced software licensed under the MIT license.

About

The command line interface helper for generating components using the the-react-client structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published