Prism

0.2.0-alpha58

Prism is a PowerShell module manager inspired by NuGet. Run `prism install` in a source code repository, and Prism will
save private modules into a "PSModules" directory in that repository. Prism let's you:

* Package and deploy modules side-by-side with the app or tool that uses them without needing to install
modules globally ahead of time.
* Not worry about wh
Prism is a PowerShell module manager inspired by NuGet. Run `prism install` in a source code repository, and Prism will
save private modules into a "PSModules" directory in that repository. Prism let's you:

* Package and deploy modules side-by-side with the app or tool that uses them without needing to install
modules globally ahead of time.
* Not worry about what modules are or aren't installed. Scripts can import and use modules from the "PSModules"
directory in the script's source code repository.
* Avoid comitting modules to the source code repository. Team members and build processes run `prism install` to
get modules installed.
Show more

Minimum PowerShell version

5.1

This is a prerelease version of Prism.
There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Prism -RequiredVersion 0.2.0-alpha58 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Prism -Version 0.2.0-alpha58 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) WebMD Health Services.

Package Details

Author(s)

  • WebMD Health Services

Tags

Desktop Core

Functions

Invoke-Prism

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

https://github.com/webmd-health-services/Prism/blob/main/CHANGELOG.md

FileList

Version History

Version Downloads Last updated
0.6.1 992 1/30/2024
0.6.0 8,130 8/8/2022
0.6.0-alpha1 458 8/6/2022
0.5.2 782 8/4/2022
0.5.1 1,145 7/13/2022
0.5.0 547 7/6/2022
0.4.0 814 6/28/2022
0.3.0 1,863 3/17/2022
0.2.0 762 3/16/2022
0.2.0-alpha58 (current version) 755 3/14/2022
Show less