Scripts to help with development
This commit is contained in:
18
scripts/show-frontend-structure.bat
Normal file
18
scripts/show-frontend-structure.bat
Normal file
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
echo Generating frontend structure...
|
||||
echo.
|
||||
|
||||
set OUTPUT=frontend-structure.txt
|
||||
|
||||
echo Frontend Folder Structure > %OUTPUT%
|
||||
echo Generated: %date% %time% >> %OUTPUT%
|
||||
echo ============================================================================== >> %OUTPUT%
|
||||
echo. >> %OUTPUT%
|
||||
|
||||
tree /F /A static >> %OUTPUT%
|
||||
|
||||
echo.
|
||||
echo ✅ Structure saved to %OUTPUT%
|
||||
echo.
|
||||
echo Opening file...
|
||||
notepad %OUTPUT%
|
||||
Reference in New Issue
Block a user