New-ModuleProject
1.3.9
Script which quickly creates a folder structure, Module Manifest and downloads a build.ps1 script
to use with Invoke-Build module for easy developing, maintaining, building and publishing your
powershell module.
Follow project at: https://github.com/ScriptingChris/New-ModuleProject
For in-depth help: https://scriptingchris.tech/new-moduleproject_ps1/
Installation Options
Owners
Copyright
Copyright (c) 2021 ScriptingChris
Package Details
Author(s)
- Christian Hoejsager
Tags
Dependencies
This script has no dependencies.
Release Notes
For Release: 1.3.9:
Added the build functionality Swtich for compiling all Documentations into the README.md file.
If the switch -ReadMeDocs has been added to the Invoke-Build command then the build file will
get all content from the Docs folder and append it to the README.md file. This way you can
have an easy way of generating a simple documentation for your module to display on GitHub.
There has also been added the functionality when creating a new module project. It will generate
FileList
- New-ModuleProject.nuspec
- New-ModuleProject.ps1