# develop_tools **Repository Path**: CPLiu/develop_tools ## Basic Information - **Project Name**: develop_tools - **Description**: 日常开发便捷工具,基于wails开发 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-20 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## About This is the official Wails React-TS template. You can configure the project by editing `wails.json`. More information about the project settings can be found here: https://wails.io/docs/reference/project-config ## Live Development To run in live development mode, run `wails dev` in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools. ## Building To build a redistributable, production mode package, use `wails build`. ## Prepares - home目录下 `.developer_tools` 放置 `command.json`, 主要是定义一些流式命令, **这个需要手动创建**. ```json { "tail": ["-f", "--follow"], "docker": ["logs -f", "logs --follow"], "less": ["+F"], "journalctl": ["-f", "--follow"], "ping": [], "top": [], "htop": [], "docker logs": ["-f", "--follow"] } ``` - home目录下 `.developer_tools` 放置 `UsrPwd.json`, 主要是存储用户名密码, 这个会自动生成.