Just making modules over here... sometimes scripts too.
Out on the Gallery here
This will download the zipped repository and extract it to all of the modules folders in $env:PSModulePath
.
(New-Object System.Net.WebClient).DownloadFile("https://github.com/treyhay31/PSModuleBuilder/archive/master.zip", "$($env:UserProfile)\Downloads\module.zip"); $env:PSModulePath -Split ";" | ForEach-Object { Expand-Archive -Path "$($env:UserProfile)\Downloads\module.zip" -Destination "$_\" -Force }
Here are some code samples:
code building modules
code building Scripts
commands for NPM-ing
Good documentation is always found in the wiki, so here... our wiki