Installation
From PowerShell Gallery (Recommended)
Install-Module -Name PSChristmasTree -Scope CurrentUser
Import-Module PSChristmasTree
From Source / GitHub Release
- Download the latest release or clone the repository (
git clone https://github.com/Sofiane-77/PSChristmasTree.git). - Extract the
PSChristmasTreemodule folder to one of your module paths. - Import the module and verify exports:
Import-Module ./PSChristmasTree/PSChristmasTree.psd1
Get-Command -Module PSChristmasTree
From Docker
You can run PSChristmasTree completely isolated via Docker:
docker run -it --rm sofiane77/pschristmastree
Notes
- PowerShell 5.1 or newer is required (PowerShell 7+ recommended).
- On first install from the Gallery, you may need to trust the repository:
Set-PSRepository PSGallery -InstallationPolicy Trusteddepending on your environment policy.