An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/gtoolkit-releaser

The engine for releasing deeply nested projects.
https://github.com/feenkcom/gtoolkit-releaser

glamorous-toolkit

Last synced: over 1 year ago
JSON representation

The engine for releasing deeply nested projects.

Awesome Lists containing this project

README

          

# GT releaser

## How to load

You can load the whole code in Pharo 8.0 using the following snippet:
```
EpMonitor current disable.
Metacello new
baseline: 'GToolkitReleaser';
repository: 'github://feenkcom/gtoolkit-releaser/src';
load.
EpMonitor current enable.
```