go-termts
common and useful terminal commands written in go
Install
go install github.com/CiroLee/go-termts
Usage
go-termts <command> [flags]
Features
license
output LICENSE in an interactive way
version
output version of go-termts
commit
shortcut for git commit -m, support zh(for Chinese) and en(for English) flags
repo
open current git project in your default browser
config
download common used config files. support prettier
, commitlint
and vscode
(vscode settings). you can write multi keys in one command.
# it will download .prettierrc, .commitlinttc.cjs to your project and settings.json to .vscode dir(created if not exist)
go-termts config prettier commitlint vscode