https://github.com/jecisc/webpokedex
https://github.com/jecisc/webpokedex
pharo seaside smalltalk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jecisc/webpokedex
- Owner: jecisc
- License: mit
- Created: 2016-02-21T18:56:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T21:30:54.000Z (over 9 years ago)
- Last Synced: 2025-04-02T09:28:26.687Z (about 1 year ago)
- Topics: pharo, seaside, smalltalk
- Language: Smalltalk
- Size: 24.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebPokedex
[](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
```