├── Demo.ps1 ├── LICENSE ├── MyModule ├── MyModule.psd1 └── MyModule.psm1 └── README.md /Demo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apurin/powershellget-module/HEAD/Demo.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apurin/powershellget-module/HEAD/LICENSE -------------------------------------------------------------------------------- /MyModule/MyModule.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apurin/powershellget-module/HEAD/MyModule/MyModule.psd1 -------------------------------------------------------------------------------- /MyModule/MyModule.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apurin/powershellget-module/HEAD/MyModule/MyModule.psm1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apurin/powershellget-module/HEAD/README.md --------------------------------------------------------------------------------