This content is part of a third party addin that is not supported by the Cake project.
For more information about this project, please visit
https://github.com/cake-contrib/cake-npm.
Summary
Npm Rebuild aliases
Ci
NpmCi |
Cis all packages for the project in the current working directory.
Addin from Cake |
NpmCi |
Cis packages using the specified settings.
Addin from Cake |
Install
NpmInstall |
Installs packages for the project in the current working directory.
Addin from Cake |
NpmInstall |
Installs packages using the settings returned by a configurator.
Addin from Cake |
NpmInstall |
Installs packages using the specified settings.
Addin from Cake |
NpmInstall |
Install one or more packages to the project in the current working directory.
Addin from Cake |
Pack
NpmPack |
Creates a npm package from the current working directory.
Package will be created in the current working directory.
Addin from Cake |
NpmPack |
Creates a npm package using the settings returned by a configurator.
Addin from Cake |
NpmPack |
Creates a npm package using the specified settings.
Package will be created in the current working directory.
Addin from Cake |
NpmPack |
Creates a npm package from a specific source.
Package will be created in the current working directory.
Addin from Cake |
Publish
NpmPublish |
Publishes the npm package in the current working directory.
Addin from Cake |
NpmPublish |
Publishes a npm package using the settings returned by a configurator.
Addin from Cake |
NpmPublish |
Publishes a npm package based on the specified settings.
Addin from Cake |
NpmPublish |
Publishes the npm package created from a specific source.
Addin from Cake |
Rebuild
NpmRebuild |
Rebuilds packages for the project in the current working directory.
Addin from Cake |
NpmRebuild |
Rebuild packages using the settings returned by a configurator.
Addin from Cake |
NpmRebuild |
Rebuilds packages using the specified settings.
Addin from Cake |
NpmRebuild |
Rebuild one or more packages to the project in the current working directory.
Addin from Cake |
Run-Script
NpmRunScript |
Runs a npm script with the specified settings.
Addin from Cake |
NpmRunScript |
Runs a npm script defined in the package.json from the current folder.
Addin from Cake |
NpmRunScript |
Runs a npm script using the settings returned by a configurator.
Addin from Cake |
NpmRunScript |
Runs a npm script defined in the package.json from the current folder with specific arguments.
Addin from Cake |