Skip to main content

Sponsor’s Toolbox

toolbox

Hello there!

This is my sponsor’s toolbox which is a collection of tools that I’ve made just for you my awesome sponsors.

What’s Inside?

Every feature you’ve ever wanted in the Deno command line interface and then some you did not know you wanted.

This serves as a playground for things I may implement in Deno at some point in time and things that just doesn’t make sense to put into Deno like tooling for web browsers.

Getting Started

You can install sponsor by running the following command:

deno install --allow-all --unstable https://deno.land/x/sponsor/main.js

Usage

Run a test suite in headless Chrome:

sponsor test --headless --browser chrome

Run a test suite in headless Firefox:

sponsor test --headless --browser firefox