https://github.com/opensmock/dependencytestprojectforbaseline
This project is a dependency of TestProjectForBaseline project
https://github.com/opensmock/dependencytestprojectforbaseline
Last synced: 4 months ago
JSON representation
This project is a dependency of TestProjectForBaseline project
- Host: GitHub
- URL: https://github.com/opensmock/dependencytestprojectforbaseline
- Owner: OpenSmock
- License: mit
- Created: 2023-09-21T16:14:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T15:35:59.000Z (over 2 years ago)
- Last Synced: 2025-10-30T15:53:16.195Z (8 months ago)
- Language: Smalltalk
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](./LICENSE)
[](https://github.com/OpenSmock/DependencyTestProjectForBaseline/actions/workflows/Pharo11CI.yml)
# Dependency Test Project For Baseline
This project is a dependency of [TestProjectForBaseline](https://github.com/OpenSmock/TestProjectForBaseline).
## Getting Started
### Installation
To install the project on your Pharo image you can just execute the following script:
```smalltalk
Metacello new
baseline: 'DependencyTestProjectForBaseline';
repository: 'github://OpenSmock/DependencyTestProjectForBaseline:main/src';
load.
```
## Dependencies
Latest version of Bloc.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.