зеркало из https://github.com/Azure/draft-classic.git
461 B
461 B
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
|-...