Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 5 years ago)
- Last Synced: 2024-11-29T07:46:28.892Z (2 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
[![Build status](https://ci.appveyor.com/api/projects/status/jyk4dlk7vpibwswp?svg=true)](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
```