You will need to install deno first.
deno install -Agf jsr:@pomdtr/vt
$ vt --help Usage: vt Version: 1.11.0 Options: -h, --help - Show this help. -V, --version - Show the version number for this program. Commands: val - Manage Vals. blob - Manage Blobs table - Manage sqlite tables. api <url-or-path> - Make an API request. completions - Generate shell completions. email - Send an email. query <query> - Execute a query. upgrade - Upgrade vt executable to latest or given version.
Run vt completions --help
for instructions on how to enable shell completions.
Set the VAL_TOWN_API_KEY
environment variable in your ~/.bashrc
or equivalent. You can generate a new one from https://www.val.town/settings/api.
vt upgrade
Add Package
deno add jsr:@pomdtr/vt
Import symbol
import * as vt from "@pomdtr/vt";
Import directly with a jsr specifier
import * as vt from "jsr:@pomdtr/vt";
Add Package
pnpm i jsr:@pomdtr/vt
pnpm dlx jsr add @pomdtr/vt
Import symbol
import * as vt from "@pomdtr/vt";
Add Package
yarn add jsr:@pomdtr/vt
yarn dlx jsr add @pomdtr/vt
Import symbol
import * as vt from "@pomdtr/vt";
Add Package
npx jsr add @pomdtr/vt
Import symbol
import * as vt from "@pomdtr/vt";
Add Package
bunx jsr add @pomdtr/vt
Import symbol
import * as vt from "@pomdtr/vt";