Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/referencetestresources
I am a test resource used to test Moose smalltalk models
https://github.com/moosetechnology/referencetestresources
moose pharo
Last synced: about 1 month ago
JSON representation
I am a test resource used to test Moose smalltalk models
- Host: GitHub
- URL: https://github.com/moosetechnology/referencetestresources
- Owner: moosetechnology
- License: mit
- Created: 2018-11-26T15:24:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T13:16:03.000Z (11 months ago)
- Last Synced: 2024-01-18T16:14:28.270Z (11 months ago)
- Topics: moose, pharo
- Language: Smalltalk
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReferenceTestResources
I am a test resource used to test Moose smalltalk models.
## Description
Test resources for the Famix project.
## Installation
To install ReferenceTestResources on your Pharo image you can just execute the following script:
```Smalltalk
Metacello new
githubUser: 'moosetechnology' project: 'ReferenceTestResources' commitish: 'v1.x.x' path: 'src';
baseline: 'ReferenceTestResources';
load
```To add ReferenceTestResources to your baseline just add this:
```Smalltalk
spec
baseline: 'ReferenceTestResources'
with: [ spec repository: 'github://moosetechnology/ReferenceTestResources:v1.x.x/src' ]
```Note that you can replace the #v1.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x.