2013-06-10 20:17:31 -04:00
|
|
|
---
|
2015-07-22 22:31:00 -04:00
|
|
|
description: |
|
|
|
|
Packer is extensible, allowing you to write new builders without having to
|
|
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
|
|
builders is covered in the custom builders page of the Packer plugin section.
|
|
|
|
layout: docs
|
|
|
|
page_title: Custom Builder
|
|
|
|
...
|
2013-06-10 20:17:31 -04:00
|
|
|
|
|
|
|
# Custom Builder
|
|
|
|
|
|
|
|
Packer is extensible, allowing you to write new builders without having to
|
2015-07-22 22:31:00 -04:00
|
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
|
|
builders is covered in the [custom builders](/docs/extend/builder.html) page of
|
|
|
|
the Packer plugin section.
|