Last Updated
-
Tuesday, 28 November 2023 8:26:40 PM
Installation Methods
💾 Source
🎫 Clone the repository from GitHub git clone https://github.com/sgkens/commitfusion.git
🎫 Open a PowerShell session and navigate to the cloned repository directory.
🎫 Run the Module Import via the command below:
# Import the module
git clone https://github.com/sgkens/commitfusion.git
cd commitfusion
Import-Module -Name commitfusion
Get-Module -Name CommitFustion
# Check imported Module Functions
Get-Module -Name commitfusion | Select-Object -expand ExportedFunctions
Get-Module -Name commitfusion | select-object version
💼 Releases
Download the latest release from the Releases page.
📦 Package Repositories
# Install The Module from the PsGal
Install-Module -Name commitfusion -MinimumVersion 0.3.1
# Import Module into you powershell session
Import-Module -Name commitfusion
Note!
You may need toSet-ExecutionPolicy
toRemoteSigned
orUnrestricted
to install from the PSGallary.
# Install The Module from the PsGal
choco install davilion.commitfusion --version 0.3.1
# Import Module into you powershell session
Import-Module -Name commitfusion
How-to!
Installing Chocolatey Package Repository How to Install 🧷https://chocolatey.org/install