Skip to content

PowershellFrameworkCollective/Psmd.Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published