2022-05-19 02:34:28 +00:00
|
|
|
# cli
|
2016-06-16 15:47:19 +00:00
|
|
|
|
2021-01-28 00:10:42 +00:00
|
|
|
[![GoDoc](https://godoc.org/github.com/urfave/cli?status.svg)](https://pkg.go.dev/github.com/urfave/cli/v2)
|
2016-05-22 21:42:23 +00:00
|
|
|
[![codebeat](https://codebeat.co/badges/0a8f30aa-f975-404b-b878-5fab3ae1cc5f)](https://codebeat.co/projects/github-com-urfave-cli)
|
|
|
|
[![Go Report Card](https://goreportcard.com/badge/urfave/cli)](https://goreportcard.com/report/urfave/cli)
|
2022-04-21 20:14:27 +00:00
|
|
|
[![codecov](https://codecov.io/gh/urfave/cli/branch/main/graph/badge.svg)](https://codecov.io/gh/urfave/cli)
|
2016-05-10 18:40:56 +00:00
|
|
|
|
2016-05-31 19:49:48 +00:00
|
|
|
cli is a simple, fast, and fun package for building command line apps in Go. The
|
|
|
|
goal is to enable developers to write fast and distributable command line
|
|
|
|
applications in an expressive way.
|
2013-07-15 01:01:26 +00:00
|
|
|
|
2022-05-19 02:34:28 +00:00
|
|
|
## Documentation
|
2019-10-12 07:59:50 +00:00
|
|
|
|
2022-05-19 02:34:28 +00:00
|
|
|
More documentation is available in [`./docs`](./docs) or the hosted
|
|
|
|
documentation site at <https://cli.urfave.org>.
|
2022-04-24 12:10:33 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
See [`LICENSE`](./LICENSE)
|