Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated documentation update #6

Merged
merged 2 commits into from
Oct 2, 2023
Merged
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
20 changes: 20 additions & 0 deletions src/alpine-bat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-bat (alpine-bat)

Installs bat on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-bat:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-bat/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-gh-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-gh-cli (alpine-gh-cli)

Installs Github CLI on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-gh-cli:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-gh-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-nano/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-nano (alpine-nano)

Installs nano on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-nano:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-nano/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 24 additions & 0 deletions src/alpine-nushell/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-nushell (alpine-nushell)

Installs nushell on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-nushell:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| initStarship | Init starship | boolean | true |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-nushell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 24 additions & 0 deletions src/alpine-ohmyzsh/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-ohmyzsh (alpine-ohmyzsh)

Installs ohmyzsh on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| initStarship | Init starship | boolean | true |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-ohmyzsh/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-starship/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-starship (alpine-starship)

Installs starship on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-starship/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
Loading