Document Language: English, 中文
This tool is used to generate TXT files of source code in the format required for software copyright applications.
This project is implemented using Electron+Vue3, supporting Windows and Linux systems (macOS users can download the source code and compile it themselves). It can generate corresponding source code documentation on the desktop based on specified file extensions within a folder.
For Windows and Linux systems, you can directly run the CodeGenerator (CodeGenerator.exe for Windows) in the corresponding folder under the application directory.
Since this is my first time using Electron, I encountered the following issues:
- The icon was set but did not display.
- Static resource issues after using electron-forge for packaging (after packaging, the dist folder needs to be manually copied to the generated folder).