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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ and import the module to your session to test, but not install this module.
26
26
## Features
27
27
28
28
This build framework for PowerShell modules comes with several appealing baked in features which include;
29
+
29
30
- Fully portable project directory structure and build process. So portable that you can copy it to another PowerShell 5.0 capable system and it should run the same.
30
31
- Automatically combine your public and private functions into one clean psm1 file at build time.
31
32
- Automatically update your psd1 file with public functions at build time.
@@ -37,6 +38,7 @@ This build framework for PowerShell modules comes with several appealing baked i
37
38
- Includes ability to scan for sensitive terms (like your company domain name or other items that you may not want published)
38
39
- Functions for importing public and private functions from other projects into a ModuleBuild project
39
40
- Add new public functions to your project based on easy to create templates.
41
+
40
42
## Documentation
41
43
42
44
Visit the [ReadTheDocs.org documentation](http://modulebuild.readthedocs.io/en/latest/) that this module created a manifest for automatically.
@@ -52,8 +54,12 @@ Studio Code and ensure that the PowerShell extension is installed.
52
54
53
55
More contributing information can be found [here](https://github.com/zloeber/ModuleBuild/blob/master/docs/Contributing.md).
54
56
57
+
This module is tested with the PowerShell testing framework Pester. To run all tests, just start the included build scrip with the test param `.\Build.ps1 -test`.
This module is tested with the PowerShell testing framework Pester. To run all tests, just start the included build scrip with the test param `.\Build.ps1 -test`.
0 commit comments