matheuss / templates

Templates used by `pulumi new`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Pulumi Templates

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

Adding a new template

  1. 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.

  2. Add template files in the new directory.

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.

About

Templates used by `pulumi new`

License:Apache License 2.0


Languages

Language:Makefile 43.1%Language:JavaScript 15.3%Language:Go 12.6%Language:Shell 10.1%Language:TypeScript 9.8%Language:Python 6.4%Language:HTML 2.6%