rko281 / GitHub

GitHub for Dolphin Smalltalk 7.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub for Dolphin Smalltalk 7.1

  • Download and install Dolphin Smalltalk Packages and their prerequisites directly from GitHub
  • Simplifies the loading of complex frameworks
  • Developed and tested with Dolphin Smalltalk 7.1

Getting Started

  • To download and install, evaluate the following code snippet:
    SourceManager default fileIn: (URLMonLibrary default urlDownloadToCacheFile: 'https://raw.githubusercontent.com/rko281/GitHub/master/install.st')

  • OR Download the repository to your Dolphin working directory and install the package GitHub Packages (this will load all required prerequisite packages)

  • To download and install a package from GitHub evaluate:

    GitHubPackageManager install: '<github username>/<repository name>/<package path>'

    Example:

    GitHubPackageManager install: 'rko281/MethodSpies/Method Spies'

    Package name can be omitted where it matches the repository name:

    GitHubPackageManager install: 'rko281/MethodSpies'

  • Any required prerequisite packages will also be downloaded (this includes prerequisites from other repositories where these can be located)

About

GitHub for Dolphin Smalltalk 7.1

License:MIT License


Languages

Language:Smalltalk 50.0%Language:JavaScript 50.0%