Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.87 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.87 KB
AppVeyor Overall AppVeyor Master AppVeyor Dev Coveralls.io Download
Build status Build status Build status Coverage Status Download

General

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.

Installation

PowerShellGallery.com (Recommended Way)

  • 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

Manual Way

  • 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