MCPcopy
hub / github.com/infinitered/gluegun / src

Method src

src/domain/builder.ts:67–70  ·  view source on GitHub ↗

* Specifies where the default commands and extensions live. * * @param value The path to the source directory. * @param options Additional plugin loading options. * @return self.

(value: string, options: GluegunLoadOptions = {})

Source from the content-addressed store, hash-verified

65 * @return self.
66 */
67 public src(value: string, options: GluegunLoadOptions = {}): Builder {
68 this.data.defaultPlugin = { value, options }
69 return this
70 }
71
72 /**
73 * Add a plugin to the list.

Callers 2

builder.test.tsFile · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected