https://github.com/sytone/powershellframemodule
This is the PowerShell Framework module, used to help make the environment you work in easier.
https://github.com/sytone/powershellframemodule
powershell powershell-module
Last synced: 4 months ago
JSON representation
This is the PowerShell Framework module, used to help make the environment you work in easier.
- Host: GitHub
- URL: https://github.com/sytone/powershellframemodule
- Owner: sytone
- Created: 2017-11-09T00:13:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T18:41:57.000Z (over 5 years ago)
- Last Synced: 2025-01-27T23:17:20.765Z (5 months ago)
- Topics: powershell, powershell-module
- Language: PowerShell
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/sytone/powershellframemodule)
# PowerShellFrame Module
This is the PowerShell Framework module, used to help make the environment you work in easier.This is a split of the module from the profile loading code to allow it to be installed independanlty.
It is created using my Plaster Template.
# Installation
Run the following to install the module.
``` PowerShell
Install-Module -Name PowerShellFrame -Scope CurrentUser -Force
```If you want to do it manually, download this repo and put the PowerShellFrame folder in the Modules directory.
``` PowerShell
cd "$env:USERPROFILE\Documents\WindowsPowerShell\Modules"
git clone https://github.com/sytone/PowerShellFrameModule.git
```