DependencyTestProjectForBaseline

Description

This project is a dependency of TestProjectForBaseline project

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Sept. 21, 2023
Updated
Sept. 21, 2023

Categories

Testing

README excerpt

[![License](https://img.shields.io/github/license/OpenSmock/DependencyTestProjectForBaseline.svg)](./LICENSE)

[![Pharo 11 CI](https://github.com/OpenSmock/DependencyTestProjectForBaseline/actions/workflows/Pharo11CI.yml/badge.svg)](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.
← Back to results