OBSOLETE
FAKE0001 Use the Fake.JavaScript.Yarn module instead
YarnHelper
Contains function to run yarn tasks
Nested types and modules
Type | Description |
InstallArgs |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Yarn module instead Arguments for the Yarn install command |
YarnCommand |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Yarn module instead The list of supported Yarn commands. The |
YarnParams |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Yarn module instead The Yarn parameter type |
Functions and values
Function or value | Description | ||
defaultYarnParams
Signature: YarnParams
Attributes: [<Obsolete("FAKE0001 Use the Fake.JavaScript.Yarn module instead")>] |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Yarn module instead Yarn default parameters |
||
run(yarnParams)
Signature: yarnParams:YarnParams -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.JavaScript.Yarn module instead")>] |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Yarn module instead |
||
Yarn(setParams)
Signature: setParams:(YarnParams -> YarnParams) -> unit
Attributes: [<Obsolete("FAKE0001 Use the Fake.JavaScript.Yarn module instead")>] |
OBSOLETEFAKE0001 Use the Fake.JavaScript.Yarn module instead Runs yarn with the given modification function. Make sure to have yarn installed,
you can install yarn with nuget or a regular install. To change which Parameters
Sample
|