| Class and Description |
|---|
| BaseNpmSelfResolvingDependency
An NPM dependency that can resolve itself.
|
| DependencyHandlerExtension
Adds a
npm extension to a dependency handler. |
| 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 |
|---|
| 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)
|
| NpmScriptExecSpec#NpmScriptExecSpec(Provider Construct class and attach it to specific project.
|
| NpmSelfResolvingDependency#NpmSelfResolvingDependency(org.ysb33r.grolifant5.api.core.ProjectOperations projectOperations, NodeJSExtension nodeJSExtension, NpmExtension npmExtension, Map An NPM dependency that can resolve itself.
|