Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/postgresql-client/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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`._
8 changes: 5 additions & 3 deletions src/uv/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 |



Expand Down
31 changes: 7 additions & 24 deletions src/wkhtmltopdf/README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,24 @@
# 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": {}
}
```

## Options

| 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`._