Skip to content

schan/Module.Template

 
 

Repository files navigation

Module.Template

Powershell Module Template with GitHub, PowerShellGallery and AppVeyor.

Master PowerShell Gallery Beta Alpha
Build status PowerShell Gallery PowerShell Gallery Build status Build status

Install

From repository

Install-Module -Name Module.Template -Scope CurrentUser

From GitHub

'https://raw.githubusercontent.com/ili101/Module.Template/master/Install.ps1'; & ([Scriptblock]::Create((irm $Uri))) -FromGitHub $Uri

Contributing

If you fund a bug or added functionality or anything else just fork and send pull requests. Thank you!

Test-Q

Returns Q

Examples:

Test-Q.Examples.ps1

Test-Q

To do:

  • Stuff

About

Powershell Module Template with GitHub, PowerShellGallery and AppVeyor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%