Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianconcept/starterplugin

Seed code for using it as a Pharo plugin starting point with PharoPluginBuilder
https://github.com/sebastianconcept/starterplugin

pharo pharo-smalltalk smalltalk virtual-machine virtualmachine

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![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
```