Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 475 Bytes

Interactions https://github.com/pharo-contributions/Interactions/workflows/CI/badge.svg

A small framework to model user interactions (information, confirmation, input request, choice, file chooser)

install it

execute this

Metacello
	new
		repository: 'github://pharo-contributions/Interactions:master';
		baseline: 'Interactions';
		onConflictUseIncoming;
		load.