Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.19 KB

File metadata and controls

44 lines (27 loc) · 1.19 KB
document type module
Help Version 1.0.0.0
HelpInfoUri
Locale en-US
Module Guid d1595b4a-a79f-4440-94f0-3196f4d29c41
Module Name ModuleTools
ms.date 03/19/2026
PlatyPS schema version 2024-05-01
title ModuleTools Module

ModuleTools Module

Description

ModuleTools is a versatile, standalone PowerShell module builder. Create anything from simple to robust modules with ease. Built for CICD and Automation.

ModuleTools Cmdlets

Retrieves information about a project by reading data from a project.json file in ModuleTools project folder.

Build a ModuleTool project to generate ready to import PowerShell Module.

Runs Pester tests using settings from project.json

Create module scaffolding along with project.json file to easily build and manage modules in ModuleTools opinionated format

Copy built module to local PSModulePath.

Updates the version number of a module in project.json file. Uses [semver] object type.