An open API service indexing awesome lists of open source software.

https://github.com/opensmock/testprojectforbaseline

Test project to works on baseline building.
https://github.com/opensmock/testprojectforbaseline

Last synced: 3 months ago
JSON representation

Test project to works on baseline building.

Awesome Lists containing this project

README

          

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


[![Pharo 11 CI](https://github.com/OpenSmock/TestProjectForBaseline/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/TestProjectForBaseline/actions/workflows/Pharo11CI.yml)

# Test Project For Baseline

## Getting Started

### Installation

To install the project on your Pharo image you can just execute the following script:

```smalltalk
[
Metacello new
baseline: 'TestProjectForBaseline';
repository: 'github://OpenSmock/TestProjectForBaseline:main/src';
onConflict:[ :ex :loaded :incoming | ex useLoaded ];
onUpgrade: [ :ex :loaded :incoming | ex useLoaded ];
ignoreImage;
load.

] on: MCMergeOrLoadWarning do: [ :warning | warning load ].
```

## Dependencies

- [DependencyTestProjectForBaseline](https://github.com/OpenSmock/DependencyTestProjectForBaseline)
- Bloc
- Toplo
- OnBloc
- Album

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.