indrora / 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:Go 33.9%Language:C# 14.0%Language:JavaScript 12.0%Language:Python 10.5%Language:TypeScript 10.0%Language:F# 9.9%Language:Visual Basic .NET 5.6%Language:Shell 2.5%Language:HTML 1.1%Language:Makefile 0.4%