- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Pipeline Extensions
Syntax
public static TBootstrapper AddPipeline<TBootstrapper>(this TBootstrapper bootstrapper, string name, IEnumerable<string> dependencies, string readFilesPattern, bool writeFiles, IEnumerable<IModule> processModules = null, IEnumerable<IModule> transformModules = null)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
name | string | |
dependencies | IEnumerable |
|
readFilesPattern | string | |
writeFiles | bool | |
processModules | IEnumerable |
|
transformModules | IEnumerable |
Return Value
Type | Description |
---|---|
TBootstrapper |