Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 490 Bytes

PharoStartupSettings

======= Settings configuration to customize pharo automatically at startup:

Metacello new
				baseline: 'PharoStartupSettings';
				repository: 'github://rvillemeur/PharoStartupSettings/repository';
				load

Then, add/remove/update method in StartupSettings class. Don't forget to update the class side method setDefaultSettings with message you want to add on startup

To deploy them, run

  StartupSettings setDefaultSettings