Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandenigris/dynabook-foundation
A small layer for Dynabook component domain objects to allow for flexible future extension
https://github.com/seandenigris/dynabook-foundation
Last synced: about 1 month ago
JSON representation
A small layer for Dynabook component domain objects to allow for flexible future extension
- Host: GitHub
- URL: https://github.com/seandenigris/dynabook-foundation
- Owner: seandenigris
- License: mit
- Created: 2023-10-05T03:13:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T02:37:44.000Z (about 2 months ago)
- Last Synced: 2024-12-10T03:25:37.610Z (about 2 months ago)
- Language: Smalltalk
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynabook-Foundation
A small layer for Dynabook component domain objects to allow for flexible future extension
## Installation```
Metacello new
repository: 'github://seandenigris/Dynabook-Foundation:master/src';
baseline: 'DynabookFoundation';
load
```