| Modifier and Type | Class and Description |
|---|---|
class |
NpmModule
Execute npm on application startup.
|
class |
YarnModule
Execute yarn on application startup.
|
| Modifier and Type | Method and Description |
|---|---|
NodeModule |
NodeModule.execute(String cmd,
String... args)
Execute a node task (without blocking the caller thread).
|
NodeModule |
NodeModule.executeOnce(String cmd,
String... args)
Run a task once per JVM instance.
|
NodeModule |
NodeModule.installDirectory(Path installDirectory)
Set install directory where to save the node executable (node/node).
|
NodeModule |
NodeModule.workDirectory(Path workDirectory)
Set working directory (location of package.json).
|
Copyright © 2023. All rights reserved.