@esmaeil-abedi/structure-generator-frontend
v1.0.9
Published
This repository can generate a base structure directory and sub directory with files for structure or component directory
Downloads
10
Readme
structure-generator-frontend
This repository can generate a base structure directory and sub directory with files for structure or component directory
Config File
We have 2 type of structure base directories:
type: 'structure'
: It will make all subdirectories ifisCreateThisDirectory: true
and files based on given name ifisCreateSubFilesForThisDirectory: true
type: 'component'
: Based on components that you select screens or components it will make you directory and file based on parent directory you select on cli
template path
You can add your own template for component base files on @templateGenerator/templates/
and add your own template name for each one