* 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 = {})
| 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. |
no outgoing calls
no test coverage detected