Skip to content

bridgewwater/temp-golang-cli-fast

Repository files navigation

ci TravisBuildStatus

go mod version GoDoc goreportcard

GitHub license codecov GitHub latest SemVer tag) GitHub release)

cli tools to init project fast

$ v=1.3.0; curl -L --fail https://raw.githubusercontent.com/bridgewwater/temp-golang-cli-fast/v$v/temp-golang-cli-fast -o temp-golang-cli-fast
# let temp-golang-cli-fast file folder under $PATH
$ chmod +x temp-golang-cli-fast
# see how to use
$ temp-golang-cli-fast -h

for what

  • this project used to cli with golang

Features

  • more perfect test case coverage
  • more perfect benchmark case

usage

# install at ${GOPATH}/bin
$ go install -v github.com/bridgewwater/temp-golang-cli-fast/cmd/temp-golang-cli-fast@latest
# install version v1.0.0
$ go install -v github.com/bridgewwater/temp-golang-cli-fast/cmd/temp-golang-cli-fast@v1.0.0
  • use this template, replace list below and add usage
    • github.com/bridgewwater/temp-golang-cli-fast to your package name
    • bridgewwater to your owner name
    • temp-golang-cli-fast to your project name

dev

Contributing

Contributor Covenant GitHub contributors

We welcome community contributions to this project.

Please read Contributor Guide for more information on how to get started.

请阅读有关 贡献者指南 以获取更多如何入门的信息