Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahugnon/pwbutilities
https://github.com/mahugnon/pwbutilities
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahugnon/pwbutilities
- Owner: mahugnon
- Created: 2020-11-10T10:38:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T09:07:27.000Z (over 2 years ago)
- Last Synced: 2024-10-10T13:33:36.260Z (about 1 month ago)
- Language: Smalltalk
- Size: 335 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWBUtilities
```Smalltalk
Metacello new
githubUser: 'mahugnon' project: 'PWBUtilities' commitish: 'main' path: 'src';
baseline: 'PWBUtilities';
onConflict: [ :e | e useIncoming ];
onUpgrade: [ :e | e useIncoming ];
load
```