Skip to content

gost-c/gost-cli

Repository files navigation

gost-cli

Go Report Card CircleCI

gost-cli is a command line tool for gost

Description

gost is a gist-like services (see the sample sample link), and gost-cli is a command tool for it.

Usage

# show help
$ gost -h
# show sub command help, example gost login -h
$ gost <sub command> -h

Install

Use scripts (recommend)

$ curl -sf https://raw.githubusercontent.com/gost-c/gost-cli/master/install.sh | sh

Download directly

Download the package (should match your platform) and move it to any $PATH folder.

To install, use go get:

$ go get -d github.com/gost-c/gost-cli

Docs

see http://gost-docs.congz.pw

Contribution

  1. Fork (https://github.com/gost-c/gost-cli/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

zcong1993