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

https://github.com/linqlover/squeak-tipoftheday

A "Did you know...?" window for Squeak
https://github.com/linqlover/squeak-tipoftheday

hacktoberfest smalltalk squeak tips-and-tricks

Last synced: 17 days ago
JSON representation

A "Did you know...?" window for Squeak

Awesome Lists containing this project

README

        


# Squeak-TipOfTheDay

[![smalltalkCI](https://github.com/LinqLover/Squeak-TipOfTheDay/actions/workflows/smalltalkCI.yml/badge.svg)](https://github.com/LinqLover/Squeak-TipOfTheDay/actions/workflows/smalltalkCI.yml)
[![Coverage Status](https://coveralls.io/repos/github/LinqLover/Squeak-TipOfTheDay/badge.svg?branch=master)](https://coveralls.io/github/LinqLover/Squeak-TipOfTheDay?branch=master)
[![Passion](https://img.shields.io/badge/passion-Squeak-e16e34)](https://squeak.org/)

A "Did you know...?" window for Squeak

System Requirements: Squeak 5.3 (18899 or higher)

## Installation

```smalltalk
Metacello new
baseline: 'TipOfTheDay';
repository: 'github://LinqLover/Squeak-TipOfTheDay';
load
```

TipOfTheDay will be automatically registered into the system (details can be found in `TipOfTheDay >> #initialize`). To open it manually, evaluate:
```smalltalk
TipOfTheDay openFirstTime
```