| Method and Description |
|---|
| BaseNpmExtension#getGlobalConfig()
Location & name of global NPM config file.
|
| BaseNpmExtension#getHomeDirectory()
The NPM home directory - the parent directory of
node_modules, |
| BaseNpmExtension#getLocalConfig()
Location & name of local NPM config file.
|
| BaseNpmExtension#globalConfig(Object path)
Set global config file.
|
| BaseNpmExtension#homeDirectory(Object homeDir)
Sets the home directory.
|
| Constructor and Description |
|---|
| Downloader#Downloader(org.ysb33r.grolifant5.api.core.ProjectOperations projectOperations)
Creates a Node downloader.
|
| NpmExecSpec#NpmExecSpec(Provider Construct class and attach it to specific project.
|
NpmExecutor#NpmExecutor(org.ysb33r.grolifant5.api.core.ProjectOperations projectOperations, NodeJSExtensionMethods nodeJS, NpmExtensionMethods npm, boolean forceNodeDefaultForNpm)
|