Skip to main content
Module

x/autopilot/scripts.yml

πŸš€ Cross-platform desktop automation module for Deno.
Go to Latest
File
scripts: bench: cmd: deno run --unstable -A benchmarks/index.ts env: DEV: true DEBUG: true test: cmd: deno run --unstable -A examples/type.ts env: DEV: true DEBUG: true fmt: deno fmt && cargo fmt build: cargo build