844 B
844 B
1ms-helper
1ms-helper is a terminal-based application built with Go and the tview
library. It provides a menu-driven interface for managing services and viewing logs.
Features
- Service Management: Start and manage services.
- Log Viewer: View real-time logs.
Requirements
Installation
- Clone the repository:
git clone https://cnb.cool/mliev/1ms.run/1ms-helper.git
- Navigate to the project directory:
cd 1ms-helper
- Install dependencies:
go mod tidy
Usage
Run the application:
go run main.go
打包 提示:删除上次打包的dist目录
goreleaser release --snapshot --clean