generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
09a1ecb
commit df424d4
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
|
||
# My Favorite Color (color) | ||
# OpenAPI Generator CLI (openapi-generator-cli) | ||
|
||
A feature to remind you of your favorite color | ||
A feature to install OpenAPI Generator CLI. Java is required but not included in this feature. | ||
|
||
## Example Usage | ||
|
||
```json | ||
"features": { | ||
"ghcr.io/devcontainers/feature-starter/color:1": { | ||
"version": "latest" | ||
} | ||
"ghcr.io/lasuillard/devcontainer-features/openapi-generator-cli:0": {} | ||
} | ||
``` | ||
|
||
## Options | ||
|
||
| Options Id | Description | Type | Default Value | | ||
|-----|-----|-----|-----| | ||
| favorite | Choose your favorite color. | string | red | | ||
| version | The version of OpenAPI Generator CLI to install. | string | latest | | ||
|
||
|
||
|
||
--- | ||
|
||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/color/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ | ||
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/lasuillard/devcontainer-features/blob/main/src/openapi-generator-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |