Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/data/tools.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Generated by `zuke syncWebsite` from build/website_tools.ts in
// zuke-build/zuke — do not edit by hand; the next release overwrites it.

/**
* The Zuke tool-wrapper ecosystem — typed packages published to JSR under the
* `@zuke/*` scope. Each wraps a real CLI with a fluent, strongly-typed API so
Expand Down Expand Up @@ -39,9 +42,8 @@ export const toolGroups: ToolGroup[] = [
blurb: "Execute, type-check, and compile TypeScript with or without a build step.",
tools: [
{ name: "tsx", pkg: "@zuke/tsx", desc: "run TS on Node, watch" },
{ name: "tsc", pkg: "@zuke/tsc", desc: "the stock TypeScript compiler, --build" },
{ name: "tsc", pkg: "@zuke/tsc", desc: "the TypeScript compiler, now Go-native, --build" },
{ name: "tsc-alias", pkg: "@zuke/tsc-alias", desc: "rewrite path aliases after tsc" },
{ name: "tsgo", pkg: "@zuke/tsgo", desc: "the native Go TypeScript compiler" },
],
},
{
Expand Down
Loading