Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/ readJson
Function
readJson
packages/create/scripts/generate-manifest.mjs:49–51 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
47
}
48
49
function
readJson(file) {
50
return
JSON.parse(readFileSync(file,
'utf8'
))
51
}
52
53
function
readTemplateFile(file) {
54
if
(binaryExtensions.has(extname(file))) {
Callers
2
scanProjectDirectory
Function · 0.85
scanCatalogDirectory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected