PharoStartupSettings

Details

Source
GitHub
Dialect
pharo (65% confidence)
Stars
1
Created
Sept. 14, 2018
Updated
March 4, 2022
Topics
pharo smalltalk startup

Categories

System / OS

README excerpt

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


```smalltalk
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
```smalltalk
  StartupSettings setDefaultSettings
```
← Back to results