Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendelplanque/deltalistmodel
https://github.com/juliendelplanque/deltalistmodel
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliendelplanque/deltalistmodel
- Owner: juliendelplanque
- License: mit
- Created: 2020-01-31T18:19:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T14:39:33.000Z (over 4 years ago)
- Last Synced: 2024-10-31T07:05:32.129Z (about 2 months ago)
- Language: Smalltalk
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeltaListModel
[![Build Status](https://travis-ci.org/juliendelplanque/DeltaListModel.svg?branch=master)](https://travis-ci.org/juliendelplanque/DeltaListModel)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)## Install
Execute the following script in a Playground:```Smalltalk
Metacello new
baseline: 'DeltaListModel';
repository: 'github://juliendelplanque/DeltaListModel/src';
load
```