/XWikiAutomation

A PowerShell module for automating XWiki

Primary LanguagePowerShellApache License 2.0Apache-2.0

Overview

The "XWikiAutomation" module...

System Requirements

  • Windows PowerShell 5.1 and .NET 4.6.1+
  • PowerShell Core 6+

Installing

To install globally:

Install-Module -Name 'XWikiAutomation'
Import-Module -Name 'XWikiAutomation'

To install privately:

Save-Module -Name 'XWikiAutomation' -Path '.'
Import-Module -Name '.\XWikiAutomation'

Commands