| Class |
Description |
|
AbstractCmdlineTask
|
|
|
AbstractNodeBaseTask
|
A base class that will provide NodeJS and NPM task extensions. |
|
GulpTask
|
Ability to run a Gulp task. |
|
NodeBinariesCacheTask
|
Caches node binaries |
|
NodeCmdlineTask
|
Providers a task for running node with arguments.
|
|
NodeWrappers
|
|
|
NpmCmdlineTask
|
Providers a task for running npm with arguments.
|
|
NpmPackageJsonInit
|
Create a package.json file if it does not exist. |
|
NpmPackageJsonInstall
|
Installs the packages as described by a package.json file |
|
NpmScriptTask
|
Runs scripts that are defined in package.json. |
|
NpmTask
|
Ability to execute any NPM command with parameters. |
|
NpxCmdlineTask
|
Providers a task for running npx with arguments.
|
|
SyncProjectToPackageJson
|
Task that will sync the project version into the package.json file. |