packer-cn/website/source/docs/builders/custom.html.md

17 lines
630 B
Markdown
Raw Normal View History

2013-06-10 20:17:31 -04:00
---
2015-07-22 22:31:00 -04:00
layout: docs
sidebar_current: docs-builders-custom
page_title: Custom - Builders
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.
---
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/extending/custom-builders.html) page of
2015-07-22 22:31:00 -04:00
the Packer plugin section.