Creates an empty bootstrapper without any default configuration.
- Namespace
- Statiq
.App - Containing Type
- BootstrapperFactory
Syntax
public Bootstrapper Create(string[] args)
Remarks
Use this method when you want to fully customize the bootstrapper and engine. Otherwise use one of the
CreateDefault(BootstrapperFactory, string[], DefaultFeatures)
extensions to create an initialize a bootstrapper with an initial set of default configurations.
Parameters
Name | Type | Description |
---|---|---|
args | string[] | The command line arguments. |
Return Value
Type | Description |
---|---|
Bootstrapper | The bootstrapper. |