Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Sreedharan <[email protected]>
  • Loading branch information
arjun024 authored and ryanmoran committed Jul 24, 2020
1 parent 2146b2c commit 707fa73
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# dep-ensure
A Cloud Native Buildpack for installing packages using dep
# Dep Ensure Cloud Native Buildpack

The Dep Ensure CNB makes use of the [`dep`](https://golang.github.io/dep) tool
to execute the `dep ensure` command in the working directory of the app. For
more info about the `dep ensure` command, see the
[documentation](https://golang.github.io/dep/docs/daily-dep.html#using-dep-ensure)

## Integration

The Dep Ensure CNB does not provide any dependencies. It requires the `dep`
dependency that can be provided by a buildpack like the [Dep
CNB](https://github.com/paketo-buildpacks/dep).

## Usage

To package this buildpack for consumption:

```
$ ./scripts/package.sh
```

## `buildpack.yml` Configurations

This buildpack does not support configurations using `buildpack.yml`.

0 comments on commit 707fa73

Please sign in to comment.