Skip to content

brianaddicks/PmBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PmBuild

Welcome to the PmBuild wiki! PmBuild is a PowerShell module that provides tools for combing powershell functions into a single psm1 module file, as well as documenting said cmdlets based on their get-help information.

So far, this module adds 4 new cmdlets as follows:

To install pmbuild, download pmbuild.psm1.

Place it inside a it's own directory (named pmbuild) inside your Powershell Module path. You can get your PSModule path from $env:PSModulePath. For example:

  • Current User scope: C:\Users\user\Documents\WindowsPowerShell\Modules\pmbuild\pmbuild.psm1
  • Local Machine scope: C:\Windows\system32\WindowsPowerShell\v1.0\Modules\pmbuild\pmbuild.psm1

After the file is in place, you can then import it into your PowerShell session: Import-Module pmbuild

About

Powershell Module build utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published