2017-06-03 18:31:59 +03:00
|
|
|
# Built-in Packs
|
|
|
|
|
2017-09-29 01:31:09 +03:00
|
|
|
This directory contains the built-in Draft packs which are installed via `draft init`.
|
2017-06-03 18:31:59 +03:00
|
|
|
|
2017-09-29 01:31:09 +03:00
|
|
|
_If you are interested in creating your own packs_, you can simply create those packs in your local `$(draft home)/packs` directory.
|
2017-06-03 18:31:59 +03:00
|
|
|
|
|
|
|
```
|
2017-09-29 01:31:09 +03:00
|
|
|
packs/github.com/Azure/draft/packs
|
2017-06-03 18:31:59 +03:00
|
|
|
|
|
|
|
|
|- PACKNAME
|
|
|
|
| |
|
2017-10-17 01:23:29 +03:00
|
|
|
| |- charts/
|
2017-06-03 18:31:59 +03:00
|
|
|
| | |- Chart.yaml
|
|
|
|
| | |- ...
|
|
|
|
| |- Dockerfile
|
|
|
|
| |- detect
|
|
|
|
| |- ...
|
|
|
|
|
|
|
|
|
|- PACK2
|
|
|
|
|-...
|
|
|
|
```
|