Pharo-PowerShell

Description

Access to Powershell from Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Oct. 7, 2020
Updated
Aug. 5, 2024

README excerpt

# Pharo-Powershell

Access to Powershell from Pharo

## Quick Start

### Installation

```Smalltalk
  Metacello new
      baseline:'PowerShell';
      repository: 'github://astares/Pharo-Powershell:main/src';
      load
```
← Back to results