Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

Psmd.Bootstrap

A simple toolset to package scripts and their dependencies into a single, self-contained file.

Install

Install-Module Psmd.Bootstrap -Scope CurrentUser

Use

New-PsmdBootstrapScript -Path . -OutPath C:\temp

Takes all items in the current folder, wraps them into a bootstrap script and writes that single file to C:\temp\bootstrap.ps1. The folder must contain a run.ps1 file that executes everything else.