MCPcopy Index your code

hub / github.com/Pana/nrm / functions

Functions29 in github.com/Pana/nrm

↓ 20 callersFunctionreadFile
( file: fs.PathLike, )
src/helpers.ts:8
↓ 15 callersFunctionwriteFile
( path: fs.PathOrFileDescriptor, content: Record<string, any>, )
src/helpers.ts:25
↓ 11 callersFunctionisRegistryNotFound
(name: string, printErr = true)
src/helpers.ts:84
↓ 10 callersFunctionprintSuccess
(message: string)
src/helpers.ts:47
↓ 9 callersFunctionexit
(error?: string)
src/helpers.ts:102
↓ 8 callersFunctiongetCurrentRegistry
()
src/helpers.ts:74
↓ 8 callersFunctiongetRegistries
()
src/helpers.ts:79
↓ 7 callersFunctionisInternalRegistry
(name: string, handle?: string)
src/helpers.ts:93
↓ 7 callersFunctionisLowerCaseEqual
(str1: string, str2: string)
src/helpers.ts:66
↓ 5 callersFunctionprintMessages
(messages: string[])
src/helpers.ts:55
↓ 4 callersFunctiongeneDashLine
(message: string, length: number)
src/helpers.ts:59
↓ 3 callersFunctionpadding
(message = '', before = 1, after = 1)
src/helpers.ts:39
↓ 3 callersFunctionprintError
(error: string)
src/helpers.ts:51
↓ 2 callersFunctiononTest
(target?: string)
src/actions.ts:348
↓ 1 callersFunctioncleanInvalidNpmConfig
()
src/actions.ts:30
↓ 1 callersFunctionisUnicodeSupported
()
src/helpers.ts:107
↓ 1 callersFunctionmain
()
src/index.ts:22
↓ 1 callersFunctiononHome
(name: string, browser?: string)
src/actions.ts:333
↓ 1 callersFunctiononUse
(name: string)
src/actions.ts:82
FunctiononAdd
(name: string, url: string, home?: string)
src/actions.ts:148
FunctiononCurrent
({ showUrl }: { showUrl: boolean })
src/actions.ts:55
FunctiononDelete
(name: string | undefined)
src/actions.ts:106
FunctiononDeleteScope
(scopeName: string)
src/actions.ts:266
FunctiononList
()
src/actions.ts:37
FunctiononLogin
( name: string, base64: string, { alwaysAuth, username, password, email, }: { alwaysAu
src/actions.ts:178
FunctiononRename
(name: string, newName: string)
src/actions.ts:309
FunctiononSetAttribute
( name: string, { attr, value }: { attr: string; value: string }, )
src/actions.ts:276
FunctiononSetRepository
(name: string, repo: string)
src/actions.ts:235
FunctiononSetScope
(scopeName: string, url: string)
src/actions.ts:258