This script generates a folder architecture for a project.
Folder architecture generator
Description
This script generates a folder architecture for a project.
Requirements
- Lua 5.3
Usage
lua folder_architecture_generator.lua <project_name> <example.md>
Example
lua folder_architecture_generator.lua my_project example.md
Project under development
- [x] Create a folder architecture generator
- [x] Create a file architecture generator
- [x] Create a config file
- [x] Create a config file generator
- [ ] Create a style guide generator π¨π¨
Example.md
. β ββ public/ β βββ [...example files] β ββ src/ β β ββ components/ β β β ββ ButtonStyle/ β β β β ββ Button.test.tsx β β β β ββ Button.style.tsx β β β βββ index.tsx β β β ββ Loading/ β β β β ββ Loading.test.tsx β β β β ββ Loading.style.tsx β β β βββ index.tsx β β ββ functions/ β β β ββ fetchData.ts β β β ββ localStorage.ts β β β ββ parseUrl.ts β β βββ __test__/ β β βββ functions.test.ts β β ββ mocks/ β β βββ index.ts β β ββ types/ β β β ββ children.ts β β β ββ itemClothes.ts β β βββ parseURL.ts β βββ [...example files] βββ [...config file]