Prism
0.7.0
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
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
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.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) WebMD Health Services.
Package Details
Author(s)
- WebMD Health Services
Tags
module management manager psget PowerShellGet oneget nuget npm psmodules psmodulepath Desktop Core
Functions
PSEditions
Dependencies
This module has no dependencies.
Release Notes
https://github.com/webmd-health-services/Prism/blob/main/CHANGELOG.md
FileList
- Prism.nuspec
- CHANGELOG.md
- Import-Prism.ps1
- LICENSE
- NOTICE
- Prism.psd1
- Prism.psm1
- README.md
- en-US\about_Prism.help.txt
- Formats\Prism.InstalledModule.format.ps1xml
- Formats\Prism.ModuleLock.format.ps1xml
Version History
Version | Downloads | Last updated |
---|---|---|
0.7.0 (current version) | 463 | 8/26/2024 |
0.6.1 | 2,341 | 1/30/2024 |
0.6.0 | 8,147 | 8/8/2022 |
0.6.0-alpha1 | 459 | 8/6/2022 |
0.5.2 | 784 | 8/4/2022 |
0.5.1 | 1,147 | 7/13/2022 |
0.5.0 | 549 | 7/6/2022 |
0.4.0 | 816 | 6/28/2022 |
0.3.0 | 1,865 | 3/17/2022 |
0.2.0 | 765 | 3/16/2022 |
0.2.0-alpha58 | 756 | 3/14/2022 |