aiframe/db/README.md

844 B
Raw Permalink Blame History

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

  1. Clone the repository:
    git clone https://cnb.cool/mliev/1ms.run/1ms-helper.git
    
  2. Navigate to the project directory:
    cd 1ms-helper
    
  3. Install dependencies:
    go mod tidy
    

Usage

Run the application:

go run main.go

打包 提示:删除上次打包的dist目录

goreleaser release --snapshot --clean