Skip to content

Instantly share code, notes, and snippets.

@justinvp
Created July 25, 2018 17:46
Show Gist options
  • Save justinvp/6673959ceb9d2ac5a14c6d536cb871a6 to your computer and use it in GitHub Desktop.
Save justinvp/6673959ceb9d2ac5a14c6d536cb871a6 to your computer and use it in GitHub Desktop.
A minimal JavaScript program
"use strict";
const pulumi = require("@pulumi/pulumi");
{
"name": "${PROJECT}",
"main": "index.js",
"dependencies": {
"@pulumi/pulumi": "latest"
}
}
name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
description: A minimal JavaScript program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment