github.com/buildpack/pack@v0.5.0/README.md (about)

     1  # pack - Buildpack CLI [![Travis Build Status](https://travis-ci.org/buildpack/pack.svg?branch=master)](https://travis-ci.org/buildpack/pack)
     2  
     3  **`pack`** is a CLI implementation of the [Platform Interface Specification][platform-spec] for [Cloud Native Buildpacks][buildpacks.io].
     4  
     5  **`pack`** makes it easy for...
     6  - **App Developers** to use buildpacks to convert code into runnable images.
     7  - **Buildpack Authors** to develop and package buildpacks for distribution.
     8  - **Operators** to package buildpacks for distribution and maintain applications.
     9  
    10  ## Usage
    11  
    12  - [Installing][install-pack]
    13  - [Getting Started][getting-started]
    14  
    15  ## Contributing
    16  
    17  For information on how to contribute to this project including its development 
    18  process see [CONTRIBUTING.md](CONTRIBUTING.md).
    19  
    20  ## Resources
    21  - [Buildpack Specification](https://github.com/buildpack/spec/blob/master/buildpack.md)
    22  - [Platform Specification][platform-spec]
    23  
    24  [buildpacks.io]: https://buildpacks.io/
    25  [install-pack]: https://buildpacks.io/docs/install-pack/
    26  [getting-started]: https://buildpacks.io/docs/app-journey
    27  [platform-spec]: https://github.com/buildpack/spec/blob/master/platform.md