Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ change-npm-name.js
File
change-npm-name.js
rspack/change-npm-name.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
)
2
const
path = require(
'path'
)
3
4
const
newPackageName = process.argv[2]
Callers
nothing calls this directly
Calls
6
main
Function · 0.70
error
Method · 0.65
replace
Method · 0.65
require
Function · 0.50
exit
Method · 0.45
log
Method · 0.45
Tested by
no test coverage detected