Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 2, 2023
2 parents 86b6d03 + 63d3550 commit 892fe7e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/alpine-n98-magerun/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# alpine-n98-magerun (alpine-n98-magerun)

Installs n98-magerun on alpine

## Example Usage

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

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of n98-magerun to install | string | 7.1.0 |
| initZsh | Init zsh | boolean | true |



---

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

# alpine-navi (alpine-navi)

Installs navi on alpine

## Example Usage

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

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| initZsh | Init zsh configs | boolean | true |



---

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

0 comments on commit 892fe7e

Please sign in to comment.