Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jecisc/webpokedex


https://github.com/jecisc/webpokedex

pharo seaside smalltalk

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# WebPokedex
[![Build Status](https://travis-ci.org/jecisc/WebPokedex.svg?branch=development)](https://travis-ci.org/jecisc/WebPokedex)
```Smalltalk
Metacello new
baseline: #WebPokedex;
githubUser: 'jecisc' project: 'WebPokedex' commitish: 'master' path: 'src';
onWarningLog;
load.

(Smalltalk at: #WPServer) readStonModel
```