Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
const
nodeMajor = Number(process.versions.node.split(
'.'
)[0])
3
if
(nodeMajor < 20) {
4
process.stderr.write(
Callers
nothing calls this directly
Calls
1
cli
Function · 0.85
Tested by
no test coverage detected