lessel - v0.1.0
    Preparing search index...

    Class GitHubPluginRegistry

    Client for the lessel GitHub-based plugin registry. Fetches plugin index and code from raw.githubusercontent.com.

    Index
    • Download a plugin's index.js code.

      Parameters

      • name: string
      • Optionalversion: string

      Returns Promise<{ code: string; version: string }>

    • Install a plugin from the registry into the local plugins directory.

      Parameters

      • name: string
      • Optionalversion: string
      • OptionaltargetDir: string

      Returns Promise<string>