This is a CLI tool for generating project files for react framework.
You can use this tool by running the following commands:
Command | Description |
---|---|
gstruct generate atomic |
Creates a project structure for a newly created project. |
gstruct generate [page|atom|molecule|organism] <componentName> |
Creates a new component (as an atom, molecule, organism or a page) folder along with inner js & css files and adds starter code for the component. |