Skip to content

Commit

Permalink
Merge pull request #32 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Added badges
  • Loading branch information
andyone authored Nov 2, 2017
2 parents a38eb29 + 1c2f90b commit 31953f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .codebeatsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"GOLANG": {
"TOO_MANY_IVARS": [12, 16, 20, 24],
"TOO_MANY_FUNCTIONS": [50, 70, 90, 120],
"TOTAL_LOC": [500, 750, 1000, 2000]
}
}
17 changes: 14 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<p align="center"><a href="#usage-demo">Usage demo</a> • <a href="#installation">Installation</a> • <a href="#prebuilt-binaries">Prebuilt binaries</a> • <a href="#feature-list">Feature list</a> • <a href="#usage">Usage</a> • <a href="#build-status">Build Status</a> • <a href="#contributing">Contributing</a> • <a href="#terms-of-use">Terms of Use</a> • <a href="#license">License</a></p>

<p align="center">Command-line client for <a href="https://www.ssllabs.com">SSLLabs</a> public API.</p>
## `sslcli` [![Build Status](https://travis-ci.org/essentialkaos/sslcli.svg?branch=master)](https://travis-ci.org/essentialkaos/sslcli) [![Go Report Card](https://goreportcard.com/badge/github.com/essentialkaos/sslcli)](https://goreportcard.com/report/github.com/essentialkaos/sslcli) [![codebeat badge](https://codebeat.co/badges/edc52bb1-c807-470b-8466-b86cc0cfcdbe)](https://codebeat.co/projects/github-com-essentialkaos-sslcli-master) [![License](https://gh.kaos.io/apache2.svg)](LICENSE)

`sslcli` is command-line client for <a href="https://www.ssllabs.com">SSLLabs</a> public API.

* [Usage demo](#usage-demo)
* [Installation](#installation)
* [From source](#from-source)
* [Prebuilt binaries](#prebuilt-binaries)
* [Feature list](#feature-list)
* [Usage](#usage)
* [Build Status](#build-status)
* [Contributing](#contributing)
* [Terms of Use](#terms-of-use)
* [License](#license)

### Usage demo

Expand Down

0 comments on commit 31953f2

Please sign in to comment.