Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageScripts ¶
type PackageScripts struct { mg.ReducerType // Cmd is the command to run i.e. `yarn` or `npm` // if not set and `yarn` in found in $PATH it will be set to `yarn`, // otherwise it will be set to `npm` Cmd string }
PackageScripts adds UserCmd entries for each script defined in package.json
func (*PackageScripts) RMount ¶
func (ps *PackageScripts) RMount(mx *mg.Ctx)
Click to show internal directories.
Click to hide internal directories.