Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
NpmCommand
The list of supported Npm commands.
Union Cases
Union Case | Description |
Custom(string)
Signature: string
|
Run |
Install(InstallArgs)
Signature: InstallArgs
|
Run |
Run(string)
Signature: string
|
Run |
RunSilent(string)
Signature: string
|
Run |
RunTest(string)
Signature: string
|
Run |
Test
Signature:
|
Run |