Skip to content

Commit 22b5394

Browse files
StartAutomatingStartAutomating
authored andcommitted
chore: CSharp Hello World ( Fixes #846 )
1 parent 40794b4 commit 22b5394

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs/Template.HelloWorld.js.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)