ba.sake.nodejs.script.executor

Members list

Type members

Classlikes

class NodejsScriptExecutor(baseFolder: Path, dependencies: Seq[NpmDependency])

Executes a Node.js script in a given folder (sandbox) with optional npm dependencies.

Executes a Node.js script in a given folder (sandbox) with optional npm dependencies.

Value parameters

baseFolder

Base folder for the script execution.

dependencies

List of npm dependencies to install before executing the script.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type