Pharo-12-project-template

Description

This is a template project with GitHub action for a simple for pharo 12 project.

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Aug. 1, 2025
Updated
Aug. 3, 2025

Categories

Packaging / VCS

README excerpt

# Pharo-12-project-template
This is a template project with GitHub action for a simple for pharo 12 project. 

## How to load

To load the project in a Pharo image, execute the following script:

```smalltalk
Metacello new
  baseline: 'MyProject';
  repository: 'github://<your-username>/<your-repository>';
  load.
```

**Note:** Replace `<your-username>` and `<your-repository>` with the actual username and repository name.
← Back to results