diff --git a/src/builder/README.md b/src/builder/README.md new file mode 100644 index 0000000..9d9f813 --- /dev/null +++ b/src/builder/README.md @@ -0,0 +1,24 @@ + +# Builder: Static Site Generation Tool (builder) + +Builder is a streamlined static site generation tool designed with a focus on convention over configuration. https://github.com/jtarchie/builder + +## Example Usage + +```json +"features": { + "ghcr.io/nulldriver/devcontainer-features/builder:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Select or enter a Builder version. | string | latest | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/nulldriver/devcontainer-features/blob/main/src/builder/devcontainer-feature.json). Add additional notes to a `NOTES.md`._