GtExternalFileReference

Description

Custom Lepiter annotation that enables referencing lines of text/code in files external to the Gt image.

Details

Source
GitHub
License
MIT
Created
Oct. 25, 2023
Updated
Sept. 24, 2025

README excerpt

# GtExternalFileReference
Custom Lepiter annotation that enables referencing lines of text/code in files external to the Gt image.
## Installation

```
[ EpMonitor current
	disableDuring: [ Metacello new
			repository: 'github://botwhytho/GtExternalFileReference:main/src';
			baseline: 'GtExternalFileReference';
			load ] ] asAsyncPromiseWithUserBackgroundPriority
```

## Load Lepiter
				
After installing with Metacello, you will be able to execute

```
#BaselineOfGtExternalFileReference asClass loadLepiter
```

← Back to results