Skip to content

Commit f736413

Browse files
author
Friedrich Weinmann
committedMar 23, 2018
Added basic readme for project
1 parent 6a247b5 commit f736413

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed
 

‎Readme.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1-
# Description
1+
# PSDemo
22

3-
Insert a useful description for the PSDemo project here.
3+
This module is designed to help presenting PowerShell code
44

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

0 commit comments

Comments
 (0)
Please sign in to comment.