This is part of the Fake.JavaScript.Npm module.
Npm
Helpers to run the npm tool.
Sample
1: 2: 3: 4: |
|
Nested types and modules
Type | Description |
InstallArgs |
Arguments for the Npm install command |
NpmCommand |
The list of supported Npm commands. |
NpmParams |
The Npm parameter type |
Functions and values
Function or value | Description |
Npm.defaultNpmParams
Signature: NpmParams
|
Npm default parameters |
Npm.exec command setParams
Signature: command:string -> setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|
Npm.install(setParams)
Signature: setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|
Npm.installForced(setParams)
Signature: setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|
Npm.run command setParams
Signature: command:string -> setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|
Npm.runSilent command setParams
Signature: command:string -> setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|
Npm.runTest command setParams
Signature: command:string -> setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|
Npm.test(setParams)
Signature: setParams:(NpmParams -> NpmParams) -> unit
|
Run Parameters
|