WebPokedex

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Created
Feb. 21, 2016
Updated
Oct. 8, 2018
Topics
pharo seaside smalltalk

Categories

Web

README excerpt

# 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
```
← Back to results