Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianconcept/starterplugin
- Owner: sebastianconcept
- License: mit
- Created: 2023-02-16T15:59:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T03:21:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T21:17:11.981Z (7 days ago)
- Topics: pharo, pharo-smalltalk, smalltalk, virtual-machine, virtualmachine
- Language: Smalltalk
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```