Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenvc/pharo-ee-b9
Pharo Enterprise Edition β9
https://github.com/svenvc/pharo-ee-b9
development-environment pharo
Last synced: 3 days ago
JSON representation
Pharo Enterprise Edition β9
- Host: GitHub
- URL: https://github.com/svenvc/pharo-ee-b9
- Owner: svenvc
- License: mit
- Created: 2018-11-23T14:45:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T11:50:10.000Z (over 1 year ago)
- Last Synced: 2024-11-11T08:41:14.418Z (2 months ago)
- Topics: development-environment, pharo
- Language: Smalltalk
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-EE-B9
Pharo Enterprise Edition β9[![CI](https://github.com/svenvc/Pharo-EE-B9/actions/workflows/CI.yml/badge.svg)](https://github.com/svenvc/Pharo-EE-B9/actions/workflows/CI.yml)
An umbrella project that assembles various subprojects to create a rich development and deployment environment.
The following sub projects are loaded:
- NeoCSV
- NeoJSON
- ZTimestamp
- NeoConsole
- STON
- XMLParser
- XMLWriter
- ZincHTTPComponents
- Memcached
- Stamp
- P3
- IPAddressCountry
- MQTT
- Tabular## Loading/Dependency
```smalltalk
Metacello new
baseline: 'PharoEnterpriseEditionB9';
repository: 'github://svenvc/Pharo-EE-B9';
load.
``````smalltalk
spec baseline: 'PharoEnterpriseEditionB9' with: [ spec repository: 'github://svenvc/Pharo-EE-B9' ].
```