Release v0.17.0
·
37 commits
to develop
since this release
Installation
Option 1: Install Latest (Auto-builds)
npm install https://github.com/mozilla/pilo.git
npm install -g https://github.com/mozilla/pilo.git # global CLIOption 2: Install This Specific Release (Pre-built)
npm install https://github.com/mozilla/pilo/releases/download/v0.17.0/tabstack-spark-0.17.0.tgz
npm install -g https://github.com/mozilla/pilo/releases/download/v0.17.0/tabstack-spark-0.17.0.tgz # global CLIWhat's New in v0.17.0
- Built and packaged release with TypeScript compiled to JavaScript
- Includes all dependencies and type definitions
- Ready for production use
Usage
As a library:
import { WebAgent, PlaywrightBrowser } from '@tabstack/spark';As CLI:
spark "your task here"