MCPcopy Create free account
hub / github.com/TanStack/cli / bin.ts

File bin.ts

packages/cli/src/bin.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2const nodeMajor = Number(process.versions.node.split('.')[0])
3if (nodeMajor < 20) {
4 process.stderr.write(

Callers

nothing calls this directly

Calls 1

cliFunction · 0.85

Tested by

no test coverage detected