| AppVeyor Overall | AppVeyor Master | AppVeyor Dev | Coveralls.io | Download |
|---|---|---|---|---|
Ponduit is a simple Powershell based Phabricator Conduit Client. It enables you to interact with all known Conduit Methods.
To get started read the about_Ponduit page.
- Make sure you use PowerShell 5.0 or higher with
$PSVersionTable. - Use the builtin PackageManagement and install with:
Install-Module Ponduit - Done. Start exploring the Module with
Import-Module Ponduit ; Get-Command -Module Ponduit
- Take a look at the Latest Release page.
- Download the
Ponduit.zip. - Unpack the Zip and put it in your Powershell Module path.
- Don't forget to change the NTFS permission flag in the context menu.
- Start with
Import-Module Ponduit