github.com/rohankumardubey/draft-classic@v0.16.0/packs/README.md (about) 1 # Built-in Packs 2 3 This directory contains the built-in Draft packs which are installed via `draft init`. 4 5 _If you are interested in creating your own packs_, you can simply create those packs in your local `$(draft home)/packs` directory. 6 7 ``` 8 packs/github.com/Azure/draft/packs 9 | 10 |- PACKNAME 11 | | 12 | |- charts/ 13 | | |- Chart.yaml 14 | | |- ... 15 | |- Dockerfile 16 | |- detect 17 | |- ... 18 | 19 |- PACK2 20 |-... 21 ```