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

A Simple Phabricator Conduit Client

License

Notifications You must be signed in to change notification settings

OCram85/Ponduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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