Categorygithub.com/inhere/kite-go
repositorypackage
0.0.0-20240914102556-a91fe3a950ac
Repository: https://github.com/inhere/kite-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Kite

kite - Personal developer tool command application.

app cmds

Features

  • Git common command operations
  • GitLab common command operation
  • GitHub common command operations
  • String processing tools: analysis, formatting, extracting information, converting
  • json processing tools: formatting, searching, filtering, etc.
  • go, php, java code generation, conversion, etc.
  • json, yaml, sql formatting, conversion
  • View system and environment information
  • Quickly run built-in scripts
  • Quickly run system commands
  • File search matching, processing
  • Batch run commands
  • Document search, viewing, etc.

Git Repos

Install

Quick install

curl https://raw.githubusercontent.com/inhere/kite-go/main/cmd/install.sh | bash

From proxy

curl https://ghproxy.com/https://raw.githubusercontent.com/inhere/kite-go/main/cmd/install.sh | bash

Install by go

go install github.com/inhere/kite-go/cmd/kite
# or
go install github.com/inhere/kite-go/cmd/kite@latest

Build

make install
# or
go build -o $GOPAHT/bin/kite ./cmd/kite

Develop

Dev build

KITE_INIT_LOG=debug go run ./cmd/kite

Install to GOBIN

make kit2gobin
# or
make kite2gobin

Gookit Packages

Refers