20 lines
828 B
Markdown
20 lines
828 B
Markdown
|
# cli
|
||
|
|
||
|
[](https://pkg.go.dev/github.com/urfave/cli/v2)
|
||
|
[](https://codebeat.co/projects/github-com-urfave-cli)
|
||
|
[](https://goreportcard.com/report/urfave/cli)
|
||
|
[](https://codecov.io/gh/urfave/cli)
|
||
|
|
||
|
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.
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
More documentation is available in [`./docs`](./docs) or the hosted
|
||
|
documentation site at <https://cli.urfave.org>.
|
||
|
|
||
|
## License
|
||
|
|
||
|
See [`LICENSE`](./LICENSE)
|