dry-wit-smalltalk

Description

dry-wit, reimplemented in Smalltalk

Details

Source
GitHub
License
GPL-3.0
Created
April 18, 2021
Updated
May 9, 2021

README excerpt

# dry-wit Smalltalk

A reimplementation of ![dry-wit](https://github.com/rydnr/dry-wit/" "dry-wit") in Pharo.

## Motivation

In my Smalltalk projects I frequently need features provided by dry-wit. I want to use them without invoking bash.

## Design

TBD

## Usage

First, load it with Metacello:

```smalltalk
Metacello new repository: 'github://rydnr/dry-wit-smalltalk:main'; baseline: #DryWit; load
```

## Work in progress

- Implement first modules.
- Provide a CLI substitute of the original dry-wit.
- Implement ext/ modules.

## Credits

- Background of the Pharo image by <a href="https://pixabay.com/users/chrisreadingfoto-2723427/">Chris Reading</a> from <a href="https://pixabay.com/">Pixabay</a>.
← Back to results