Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Pana/nrm
/ functions
Functions
29 in github.com/Pana/nrm
⨍
Functions
29
◇
Types & classes
1
↓ 20 callers
Function
readFile
( file: fs.PathLike, )
src/helpers.ts:8
↓ 15 callers
Function
writeFile
( path: fs.PathOrFileDescriptor, content: Record<string, any>, )
src/helpers.ts:25
↓ 11 callers
Function
isRegistryNotFound
(name: string, printErr = true)
src/helpers.ts:84
↓ 10 callers
Function
printSuccess
(message: string)
src/helpers.ts:47
↓ 9 callers
Function
exit
(error?: string)
src/helpers.ts:102
↓ 8 callers
Function
getCurrentRegistry
()
src/helpers.ts:74
↓ 8 callers
Function
getRegistries
()
src/helpers.ts:79
↓ 7 callers
Function
isInternalRegistry
(name: string, handle?: string)
src/helpers.ts:93
↓ 7 callers
Function
isLowerCaseEqual
(str1: string, str2: string)
src/helpers.ts:66
↓ 5 callers
Function
printMessages
(messages: string[])
src/helpers.ts:55
↓ 4 callers
Function
geneDashLine
(message: string, length: number)
src/helpers.ts:59
↓ 3 callers
Function
padding
(message = '', before = 1, after = 1)
src/helpers.ts:39
↓ 3 callers
Function
printError
(error: string)
src/helpers.ts:51
↓ 2 callers
Function
onTest
(target?: string)
src/actions.ts:348
↓ 1 callers
Function
cleanInvalidNpmConfig
()
src/actions.ts:30
↓ 1 callers
Function
isUnicodeSupported
()
src/helpers.ts:107
↓ 1 callers
Function
main
()
src/index.ts:22
↓ 1 callers
Function
onHome
(name: string, browser?: string)
src/actions.ts:333
↓ 1 callers
Function
onUse
(name: string)
src/actions.ts:82
Function
onAdd
(name: string, url: string, home?: string)
src/actions.ts:148
Function
onCurrent
({ showUrl }: { showUrl: boolean })
src/actions.ts:55
Function
onDelete
(name: string | undefined)
src/actions.ts:106
Function
onDeleteScope
(scopeName: string)
src/actions.ts:266
Function
onList
()
src/actions.ts:37
Function
onLogin
( name: string, base64: string, { alwaysAuth, username, password, email, }: { alwaysAu
src/actions.ts:178
Function
onRename
(name: string, newName: string)
src/actions.ts:309
Function
onSetAttribute
( name: string, { attr, value }: { attr: string; value: string }, )
src/actions.ts:276
Function
onSetRepository
(name: string, repo: string)
src/actions.ts:235
Function
onSetScope
(scopeName: string, url: string)
src/actions.ts:258