This repo contains the templates for pulumi new
, which make it easy to quickly get started building new Pulumi projects.
-
Create a new directory for the template, e.g.
my-template-javascript
. By convention, hyphens are used to separate words and the language is included as a suffix. -
Add template files in the new directory.
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.