We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40794b4 commit 22b5394Copy full SHA for 22b5394
1 file changed
docs/Template.HelloWorld.js.md
@@ -0,0 +1,28 @@
1
+Template.HelloWorld.js
2
+----------------------
3
+
4
+### Synopsis
5
+Hello World in JavaScript
6
7
+---
8
9
+### Description
10
11
+A Template for Hello World, in JavaScript.
12
13
14
15
+### Parameters
16
+#### **Message**
17
+The message to print. By default, "hello world".
18
19
+|Type |Required|Position|PipelineInput |
20
+|----------|--------|--------|---------------------|
21
+|`[String]`|false |1 |true (ByPropertyName)|
22
23
24
25
+### Syntax
26
+```PowerShell
27
+Template.HelloWorld.js [[-Message] <String>] [<CommonParameters>]
28
+```
0 commit comments