Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

guillep/StarterPlugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarterPlugin

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 setup describes. You can find instructions in its readme at:

https://github.com/sebastianconcept/PharoPluginBuilder

Load evaluating:

Metacello new
  baseline: 'StarterPlugin';
  repository: 'github://sebastianconcept/StarterPlugin';
  load

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%