File tree 1 file changed +29
-3
lines changed
1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 1
- # Description
1
+ # PSDemo
2
2
3
- Insert a useful description for the PSDemo project here.
3
+ This module is designed to help presenting PowerShell code
4
4
5
- Remember, it's the first thing a visitor will see.
5
+ ## Progress
6
+
7
+ Still setting up, nothing to see yet
8
+
9
+ ## Demo Management in VS Code
10
+
11
+ ```
12
+ Not implemented yet
13
+ ```
14
+
15
+ - Facilitate working folders
16
+ - Predefine working sets / stages that can be invoked on demand
17
+ - Eliminate distractions, focus on content you want to present
18
+ - Survive console/application crashes
19
+ - Easily switch back to powerpoint
20
+
21
+ ## Presenter Support for PowerShell
22
+
23
+ ```
24
+ Not implemented yet
25
+ ```
26
+
27
+ - Prerecord execution and results
28
+ - Present execution and results using a presenter
29
+ - Avoid network connectivity dependency
30
+ - Avoid waiting for commands to complete while presenting
31
+ - Reproducible results, guaranteed
You can’t perform that action at this time.
0 commit comments