Skip to content

Commit 3910201

Browse files
committed
Automated documentation update [skip ci]
1 parent 0601e8a commit 3910201

File tree

4 files changed

+46
-3
lines changed

4 files changed

+46
-3
lines changed

src/circleci-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install the CircleCI CLI. Also installs the CircleCI extension for vscode.
77

88
```json
99
"features": {
10-
"ghcr.io/CodeMan99/features/circleci-cli:1": {}
10+
"ghcr.io/codeman99/features/circleci-cli:1": {}
1111
}
1212
```
1313

src/deno-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create a docker named volume at /deno-dir
77

88
```json
99
"features": {
10-
"ghcr.io/CodeMan99/features/deno-cache:0": {}
10+
"ghcr.io/codeman99/features/deno-cache:0": {}
1111
}
1212
```
1313

src/elm-lang/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
# Elm Language Compiler (via Github Releases) (elm-lang)
3+
4+
Install the elm language compiler and related tools
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/codeman99/features/elm-lang:0": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Specify the compiler version | string | 0.19.1 |
19+
| elmPrefix | Where the "elm" binary will be installed | string | /usr/local/bin |
20+
| installFormat | Install the "elm-format" command (via npm if installed) | boolean | true |
21+
| installReview | Install the "elm-review" command (via npm if installed) | boolean | true |
22+
| installTest | Install the "elm-test" command (via npm if installed) | boolean | true |
23+
24+
## Customizations
25+
26+
### VS Code Extensions
27+
28+
- `Elmtooling.elm-ls-vscode`
29+
30+
# Elm-lang
31+
32+
Installs the [Elm](https://elm-lang.org) compiler following the [linux install](https://github.com/elm/compiler/blob/master/installers/linux/README.md) documentation.
33+
34+
```shell
35+
elm --help
36+
```
37+
38+
See the [language guide](https://guide.elm-lang.org), [examples](https://elm-lang.org/examples), and [documentation](https://elm-lang.org/docs) for more information on the language.
39+
40+
41+
---
42+
43+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/CodeMan99/features/blob/main/src/elm-lang/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

src/exercism-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install the exercism-cli.
77

88
```json
99
"features": {
10-
"ghcr.io/CodeMan99/features/exercism-cli:1": {}
10+
"ghcr.io/codeman99/features/exercism-cli:1": {}
1111
}
1212
```
1313

0 commit comments

Comments
 (0)