Merge pull request #284 from rbjorklin/readme-update
Added coverage and reference logos to README.md
This commit is contained in:
commit
f445c89440
@ -1,11 +1,10 @@
|
|||||||
|
[](http://gocover.io/github.com/codegangsta/cli)
|
||||||
[](https://travis-ci.org/codegangsta/cli)
|
[](https://travis-ci.org/codegangsta/cli)
|
||||||
|
[](https://godoc.org/github.com/codegangsta/cli)
|
||||||
|
|
||||||
# cli.go
|
# cli.go
|
||||||
`cli.go` is 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.
|
`cli.go` is 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.
|
||||||
|
|
||||||
You can view the API docs here:
|
|
||||||
http://godoc.org/github.com/codegangsta/cli
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Command line apps are usually so tiny that there is absolutely no reason why your code should *not* be self-documenting. Things like generating help text and parsing command flags/options should not hinder productivity when writing a command line app.
|
Command line apps are usually so tiny that there is absolutely no reason why your code should *not* be self-documenting. Things like generating help text and parsing command flags/options should not hinder productivity when writing a command line app.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user