en-US/about_SpecCreateModule.help.txt
TOPIC
about_SpecCreateModule SHORT DESCRIPTION A module to create the base module structure. LONG DESCRIPTION A module that will create the root module structure for a new module. It will create the following folders: - <ModuleName> - <ModuleName>\Public - <ModuleName>\Private - <ModuleName>\en-US It will create the following files: - <ModuleName>\<ModuleName>.psm1 - <ModuleName>\<ModuleName>.psd1 - <ModuleName>\en-US\about_<ModuleName>.help.txt EXAMPLES New-SpecModule -ModuleName MyModule -modulepath "C:\MyModules" -moduleShortDescription "A module that does stuff." KEYWORDS module, create, new, structure SEE ALSO N/A |