11 lines
301 B
Markdown
11 lines
301 B
Markdown
|
---
|
||
|
layout: "docs"
|
||
|
---
|
||
|
|
||
|
# Custom Builder
|
||
|
|
||
|
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](/docs/extend/builder.html)
|
||
|
page of the Packer plugin section.
|