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
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,16 @@
1
1
# ModuleBuild
2
2
3
-
A scaffolding framework which can be used to kickstart a generic PowerShell module project.
3
+
A scaffolding framework which can be used to kickstart a generic PowerShell module project with a bunch of extras.
4
4
5
5
## Description
6
6
7
-
A scaffolding framework which can be used to kickstart a generic PowerShell module project and much more. This project helps make everything about starting, documenting, building, and eventually releasing your module to the PSGallary a breeze.
8
-
9
-
## Introduction
10
-
11
-
A scaffolding framework which can be used to kickstart a generic PowerShell module project with an Invoke-Build backend for regular deployments and other automated tasks.
7
+
A scaffolding framework which can be used to kickstart a generic PowerShell module project with an Invoke-Build backend for regular deployments and other automated tasks. This project helps make everything about starting, documenting, building, and eventually releasing your module to the PSGallary a breeze.
12
8
13
9
## Requirements
14
10
15
11
- PowerShell 5.0
16
12
17
-
- All other module requirements will be automatically installed at build time if they are not available.
13
+
- All other module requirements will be automatically installed at build time if they are not available. (This is one of the reasons PowerShell 5 or greater is required)
Copy file name to clipboardExpand all lines: build/docs/Additional/Contributing.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ Finally, the Function documentation gets generated automatically based on the co
12
12
## Development Environment
13
13
While any text editor will work well there are included task and setting json files explicitly for Visual Studio Code included with this project. The following tasks have been defined to make things a bit easier. First access the 'Pallette' (Shift+Ctrl+P or Shift+Cmd+P) and start typing in any of the following tasks to find and run them:
14
14
15
-
- Clean -> Cleans out your scratch folder
16
15
- Build -> Runs the Build task (also can use Shift+Ctrl+B or Shift+Cmd+B)
17
16
- Analyze -> Runs PSScriptAnalyzer against the src/public files.
18
17
- CreateProjectHelp - Creates the project level help.
Copy file name to clipboardExpand all lines: docs/Contributing.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ Finally, the Function documentation gets generated automatically based on the co
12
12
## Development Environment
13
13
While any text editor will work well there are included task and setting json files explicitly for Visual Studio Code included with this project. The following tasks have been defined to make things a bit easier. First access the 'Pallette' (Shift+Ctrl+P or Shift+Cmd+P) and start typing in any of the following tasks to find and run them:
14
14
15
-
- Clean -> Cleans out your scratch folder
16
15
- Build -> Runs the Build task (also can use Shift+Ctrl+B or Shift+Cmd+B)
17
16
- Analyze -> Runs PSScriptAnalyzer against the src/public files.
18
17
- CreateProjectHelp - Creates the project level help.
0 commit comments