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: _InitializeRepository.ps1
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This script will delete all files in this repo and replace them with template fi
7
7
If you have made changes to any files you may want to commit them before continuing, as this script will likely overwrite them.
8
8
"
9
9
10
-
[string] $moduleName=Read-Host-Prompt "Enter the name of your module (e.g. 'YourModuleName')"
10
+
[string] $moduleName=Read-Host-Prompt "Enter the name of your module without spaces (e.g. 'YourModuleName')"
11
11
12
12
[string] $organizationName=Read-Host-Prompt "Enter your name, or the the name of your organization (e.g. 'My Company'). This will be used in the module manifest and repository license"
13
13
@@ -16,6 +16,8 @@ If you have made changes to any files you may want to commit them before continu
0 commit comments