Skip to content

keshavdalmia10/pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pack - Buildpack CLI Travis Build Status

pack makes it easy for

  • Application developers to use Cloud Native Buildpacks to convert code into runnable images
  • Buildpack authors to develop and package buildpacks for distribution

Resources

Development

Building

To build pack:

$ make build

This will output the binary to the directory out.

Set the PACK_BIN environment variable prior to running to change the name or location of the binary within out. Default is pack.

Set the PACK_VERSION environment variable to tell pack what version to consider itself. Default is dev.

This project uses go modules

Testing

To run unit and integration tests:

$ make unit

To run acceptance tests:

$ make acceptance

Alternately, to run all tests:

$ make test

About

CLI for building apps using Cloud Native Buildpacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Other 0.3%