diff --git a/src/postgresql-client/README.md b/src/postgresql-client/README.md index 4d8f7bf..3237400 100644 --- a/src/postgresql-client/README.md +++ b/src/postgresql-client/README.md @@ -1,7 +1,7 @@ # PostgreSQL Client (postgresql-client) -A feature adding the postgrsql client cli +PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. ## Example Usage @@ -16,6 +16,9 @@ A feature adding the postgrsql client cli | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select the major version of postgres | string | 16 | + + + --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/robbert229/devcontainer-features/blob/main/src/postgresql-client/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/mjavint/devcontainer-features/blob/main/src/postgresql-client/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/uv/README.md b/src/uv/README.md index 82531a8..8ce2fef 100644 --- a/src/uv/README.md +++ b/src/uv/README.md @@ -1,6 +1,7 @@ -# uv/uvx (uv) -Tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more. +# uv (uv) + +An extremely fast Python package and project manager, written in Rust. ## Example Usage @@ -14,7 +15,8 @@ Tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Version of UV to install. Accepts versions with 'v' prefix. | string | latest | +| version | Select the version to install. | string | latest | +| shellautocompletion | Enable or disable uv and uvx autocompletion. | boolean | false | diff --git a/src/wkhtmltopdf/README.md b/src/wkhtmltopdf/README.md index 2e43218..31cc877 100644 --- a/src/wkhtmltopdf/README.md +++ b/src/wkhtmltopdf/README.md @@ -1,14 +1,13 @@ -# wkhtmltopdf -This feature installs [wkhtmltopdf](https://wkhtmltopdf.org/), a command line tool for rendering HTML into PDF and images. +# wkhtmltopdf (wkhtmltopdf) + +Installs wkhtmltopdf, a command line tool for rendering HTML into PDF and images ## Example Usage ```json "features": { - "ghcr.io/user/repo/wkhtmltopdf:1": { - "version": "0.12.6" - } + "ghcr.io/mjavint/devcontainer-features/wkhtmltopdf:1": {} } ``` @@ -16,26 +15,10 @@ This feature installs [wkhtmltopdf](https://wkhtmltopdf.org/), a command line to | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Select the version to install | string | 0.12.6 | - -## Supported Platforms - -The feature should work on any Linux platform that supports apt package manager. It automatically detects the platform and installs the appropriate package for: - -- Ubuntu 20.04, 22.04, 23.04, and later versions -- Debian 11 (Bullseye), 12 (Bookworm), and later versions -- Other Debian-based distributions (will use the closest matching package) - -Not supported on macOS or Windows. - -## OS Support +| version | Select version of wkhtmltopdf to install. | string | 0.12.6.1 | -This feature is tested and supported on: -- Ubuntu -- Debian -## Limitations +--- -- The script only supports Linux-based systems using the apt package manager -- macOS and Windows are not supported through this installation method +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/mjavint/devcontainer-features/blob/main/src/wkhtmltopdf/devcontainer-feature.json). Add additional notes to a `NOTES.md`._