npm
Install dependencies, run scripts, pack, publish, and test packages with npm.
Entry points
Tools.Npm.CleanInstall
Performs a clean, lockfile-based dependency install.
public static NpmCleanInstall CleanInstall { get; }Property Value
Tools.Npm.Install
Installs dependencies or adds packages to a project.
public static NpmInstall Install { get; }Property Value
Tools.Npm.Run
Runs a package script.
public static NpmRun Run { get; }Property Value
Tools.Npm.Test
Runs the package test script.
public static NpmTest Test { get; }Property Value
Tools.Npm.Pack
Creates a package tarball.
public static NpmPack Pack { get; }Property Value
Tools.Npm.Publish
Publishes a package to the configured registry.
public static NpmPublish Publish { get; }