install_package
Install Pharo packages using Metacello by specifying baseline names and repository URLs to add functionality to the development environment.
Instructions
Install a Pharo package using Metacello.
Args:
baseline: The baseline name of the package (e.g., 'Historia')
repository: The repository URL (e.g., 'github://mumez/Historia:main/src')
Returns:
The result of the package installation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | Yes | ||
| repository | Yes |