Skip to content

Files

Latest commit

Apr 18, 2025
818cb2f · Apr 18, 2025

History

History

templates

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 18, 2025
Apr 18, 2025
Apr 18, 2025
Apr 18, 2025
Sep 27, 2023

README.md

Templates

This directory contains the templates for pulumi new, which make it easy to quickly get started building new Pulumi projects written in Besom.

More information about Pulumi templates can be found in the Pulumi templates GitHub repository.

Adding a new template

  1. Create a new directory for the template, e.g. my-template. By convention, hyphens are used to separate words.

  2. Add template files in the new directory.

  3. Request a review from the Besom team.

Text replacement

The following special strings can be included in any template file; these will be replaced by the CLI when laying down the template files.

  • ${PROJECT} - The name of the project.
  • ${DESCRIPTION} - The description of the project.