devcontainers-features/src/hello/README.md
2023-09-15 17:51:39 +00:00

25 lines
538 B
Markdown

# Hello, World! (hello)
A hello world feature
## Example Usage
```json
"features": {
"ghcr.io/Maks1mS/devcontainers-features/hello:1": {}
}
```
## Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| greeting | Select a pre-made greeting, or enter your own | string | hey |
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/Maks1mS/devcontainers-features/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._