Skip to content

NodeScriptRunner class

namespace: Serenity.Web   assemblySerenity.Net.Web

Executes the script entries defined in a package.json file, capturing any output written to stdio.

public sealed class NodeScriptRunner : IDisposable

Public Members

name description
NodeScriptRunner(…) Initializes a new instance of the NodeScriptRunner class.
AttachToLogger(…) Attaches the runner's output to the given logger.

See Also