github.com/YousefHaggyHeroku/pack@v1.5.5/README.md (about)

     1  # pack - Buildpack CLI
     2  
     3  [![Build results](https://github.com/YousefHaggyHeroku/pack/workflows/build/badge.svg)](https://github.com/YousefHaggyHeroku/pack/actions)
     4  [![Go Report Card](https://goreportcard.com/badge/github.com/YousefHaggyHeroku/pack)](https://goreportcard.com/report/github.com/YousefHaggyHeroku/pack)
     5  [![codecov](https://codecov.io/gh/YousefHaggyHeroku/pack/branch/main/graph/badge.svg)](https://codecov.io/gh/YousefHaggyHeroku/pack)
     6  [![GoDoc](https://godoc.org/github.com/YousefHaggyHeroku/pack?status.svg)](https://godoc.org/github.com/YousefHaggyHeroku/pack)
     7  [![GitHub license](https://img.shields.io/github/license/YousefHaggyHeroku/pack)](https://github.com/YousefHaggyHeroku/pack/blob/main/LICENSE)
     8  [![Slack](https://slack.buildpacks.io/badge.svg)](https://slack.buildpacks.io/)
     9  
    10  `pack` makes it easy for...
    11  - [**App Developers**][app-dev] to use buildpacks to convert code into runnable images.
    12  - [**Buildpack Authors**][bp-author] to develop and package buildpacks for distribution.
    13  - [**Operators**][operator] to package buildpacks for distribution and maintain applications.
    14  
    15  ## Usage
    16  
    17  <img src="resources/pack-build.gif" width="600px" />
    18  
    19  ## Getting Started
    20  Get started by running through our tutorial: [An App’s Brief Journey from Source to Image][getting-started]
    21  
    22  ## Contributing
    23  - [CONTRIBUTING](CONTRIBUTING.md) - Information on how to contribute, including the pull request process.
    24  - [DEVELOPMENT](DEVELOPMENT.md) - Further detail to help you during the development process.
    25  - [RELEASE](RELEASE.md) - Further details about our release process.
    26  
    27  ## Documentation
    28  Check out the command line documentation [here][pack-docs]
    29  
    30  ## Specifications
    31  `pack` is a CLI implementation of the [Platform Interface Specification][platform-spec] for [Cloud Native Buildpacks][buildpacks.io].
    32  
    33  To learn more about the details, check out the [specs repository][specs].
    34  
    35  [app-dev]: https://buildpacks.io/docs/app-developer-guide/
    36  [bp-author]: https://buildpacks.io/docs/buildpack-author-guide/
    37  [operator]: https://buildpacks.io/docs/operator-guide/
    38  [buildpacks.io]: https://buildpacks.io/
    39  [install-pack]: https://buildpacks.io/docs/install-pack/
    40  [getting-started]: https://buildpacks.io/docs/app-journey
    41  [specs]: https://github.com/buildpacks/spec/
    42  [platform-spec]: https://github.com/buildpacks/spec/blob/main/platform.md
    43  [pack-docs]: https://buildpacks.io/docs/tools/pack/cli/pack/