You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,20 +45,7 @@ You will be prompted to enter the following information:
45
45
- Your module's name (no spaces)
46
46
- Your name or organization name (may contain spaces)
47
47
48
-
<details>
49
-
<summary>Click to see the high-level operations the script performs</summary>
50
-
51
-
The script performs the following actions:
52
-
53
-
- Replaces `Template.PowerShell.ScriptModule` with your module's name.
54
-
- Replaces `Daniel Schroeder` with your name or organization name.
55
-
- Updates the PowerShell module manifest's `GUID` property with a new unique GUID.
56
-
57
-
</details>
58
-
59
-
For information that can not be updated automatically, perform the following actions after running the above script:
60
-
61
-
1. Search for `UPDATE ME` in the repository and update the file accordingly.
48
+
Once the script completes, most of the repo files will be replaced and there will be some additional steps to follow in the [new ReadMe file](/src/Template.PowerShell.ScriptModule/TemplateRepoFiles/ReadMe.md).
62
49
63
50
## 📋 Create your own template (optional)
64
51
@@ -88,4 +75,4 @@ Things to still do:
88
75
- In the ReadMe setup instructions or above, have a sentence or two explaining the layout of the ReadMe, or maybe a table of contents
89
76
- Add some badges as well to the ReadMe.
90
77
- Look at improving GitHub issue and PR templates: https://raw.githubusercontent.com/PowerShell/vscode-powershell/main/.github/ISSUE_TEMPLATE/bug-report.yml
91
-
- Update the module to be able to create new repos without using GitHub template. Have a New-PowerShellScriptModuleRepository cmdlet
78
+
- Update the module to be able to create new repos without using GitHub template. Have a New-PowerShellScriptModuleRepository cmdlet
0 commit comments