Skip to content
    Back to all Bounties

    Earn 3,600 ($36.00)

    Time Remainingdue 2 years ago
    Open

    Execute a custom command for a new Repl

    vishal-2sigma
    vishal-2sigma
    Posted 2 years ago

    Bounty Description

    Problem Description

    I want an extension that will run a series of Shell commands whenever a new Repl is created. For the sake of example, the command may include initialing the Repl with some code from a specific GitHub Repo or Downloading a zip files from a website and initializing the filesystem with the files.

    This only needs to happen when the Repl is first created.

    Acceptance Criteria

    When the user with the extension installed creates a new Repl within a Team or individually, their Repl contains: (1) new files initialized by downloading and unzipping a zip file from a specific URL (that can be hard-coded in the Extension). (2) Cloning a specific repository from a public GitHub Repo.