Skip to content

Commit

Permalink
Add more badges to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Romero <jromero@pivotal.io>
  • Loading branch information
jromero committed Nov 21, 2019
1 parent d83b091 commit aba6dae
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# pack - Buildpack CLI [![Travis Build Status](https://travis-ci.org/buildpack/pack.svg?branch=master)](https://travis-ci.org/buildpack/pack)
# pack - Buildpack CLI

**`pack`** is a CLI implementation of the [Platform Interface Specification][platform-spec] for [Cloud Native Buildpacks][buildpacks.io].
[![Travis Build Status](https://travis-ci.org/buildpack/pack.svg?branch=master)](https://travis-ci.org/buildpack/pack)
[![Go Report Card](https://goreportcard.com/badge/github.com/buildpack/pack)](https://goreportcard.com/report/github.com/buildpack/pack)
[![GoDoc](https://godoc.org/github.com/buildpack/pack?status.svg)](https://godoc.org/github.com/buildpack/pack)
[![GitHub license](https://img.shields.io/github/license/buildpack/pack)](https://github.com/buildpack/pack/blob/master/LICENSE)
[![Slack](https://slack.buildpacks.io/badge.svg)](https://slack.buildpacks.io/)

**`pack`** makes it easy for...
`pack` makes it easy for...
- **App Developers** to use buildpacks to convert code into runnable images.
- **Buildpack Authors** to develop and package buildpacks for distribution.
- **Operators** to package buildpacks for distribution and maintain applications.

`pack` is a CLI implementation of the [Platform Interface Specification][platform-spec] for [Cloud Native Buildpacks][buildpacks.io].

## Usage

- [Installing][install-pack]

0 comments on commit aba6dae

Please sign in to comment.