StarterPlugin

Description

Seed code for using it as a Pharo plugin starting point with PharoPluginBuilder

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Forks
1
Created
Feb. 16, 2023
Updated
Feb. 16, 2023
Topics
pharo pharo-smalltalk smalltalk virtual-machine virtualmachine

README excerpt

![StarterPlugin](./header.jpg)

# StarterPlugin
Code of the StarterPlugin for Pharo
_____

You can use this project as the seed and starting point for your own Pharo plugin projects. Suggestion is to use it in the way this [Pharo Plugin Builder](https://github.com/sebastianconcept/PharoPluginBuilder) setup describes. You can find instructions in its readme at:

https://github.com/sebastianconcept/PharoPluginBuilder

## Load evaluating:

```smalltalk
Metacello new
  baseline: 'StarterPlugin';
  repository: 'github://sebastianconcept/StarterPlugin';
  load
```
← Back to results