Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliendelplanque/tables

Manipulate tables in Pharo.
https://github.com/juliendelplanque/tables

Last synced: 16 days ago
JSON representation

Manipulate tables in Pharo.

Awesome Lists containing this project

README

        

# Tables [![Build Status](https://travis-ci.org/juliendelplanque/Tables.svg?branch=master)](https://travis-ci.org/juliendelplanque/Tables)
Manipulate tables in Pharo.

## Install
Execute the following script in a playground:
```
Metacello new
baseline: 'Tables';
repository: 'github://juliendelplanque/Tables:master/repository';
load
```