draft-classic/packs
James Strachan 3195ab4626 ignore common java work directories
to reduce the amount of data tarred up and POSTed to docker when building the docker image via the  command
2018-01-05 11:45:40 +00:00
..
csharp bump ASP.NET to 2.0 2017-11-17 12:07:23 -08:00
go remove redundant/confusing default values in packs 2017-11-15 09:08:28 -08:00
gradle remove redundant/confusing default values in packs 2017-11-15 09:08:28 -08:00
java ignore common java work directories 2018-01-05 11:45:40 +00:00
javascript remove redundant/confusing default values in packs 2017-11-15 09:08:28 -08:00
php remove redundant/confusing default values in packs 2017-11-15 09:08:28 -08:00
python remove redundant/confusing default values in packs 2017-11-15 09:08:28 -08:00
ruby remove redundant/confusing default values in packs 2017-11-15 09:08:28 -08:00
swift add Swift pack 2017-11-28 14:28:19 -08:00
README.md rename chart/ to charts/ 2017-10-17 14:10:49 -07:00

README.md

Built-in Packs

This directory contains the built-in Draft packs which are installed via draft init.

If you are interested in creating your own packs, you can simply create those packs in your local $(draft home)/packs directory.

packs/github.com/Azure/draft/packs
  |
  |- PACKNAME
  |     |
  |     |- charts/
  |     |    |- Chart.yaml
  |     |    |- ...
  |     |- Dockerfile
  |     |- detect
  |     |- ...
  |
  |- PACK2
        |-...