diff --git a/src/SwiftFormat/README.md b/src/SwiftFormat/README.md index ac1b858..2c76dc5 100644 --- a/src/SwiftFormat/README.md +++ b/src/SwiftFormat/README.md @@ -7,7 +7,7 @@ A feature that installs Nick Lockwood's SwiftFormat ```json "features": { - "ghcr.io/heckj/devcontainer-swift-additions/SwiftFormat:0": {} + "ghcr.io/swift-server-community/swift-devcontainer-features/SwiftFormat:0": {} } ``` @@ -21,4 +21,4 @@ A feature that installs Nick Lockwood's SwiftFormat --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/heckj/devcontainer-swift-additions/blob/main/src/SwiftFormat/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/swift-server-community/swift-devcontainer-features/blob/main/src/SwiftFormat/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/foundationnetworking/README.md b/src/foundationnetworking/README.md index 2f40666..98e3cef 100644 --- a/src/foundationnetworking/README.md +++ b/src/foundationnetworking/README.md @@ -7,7 +7,7 @@ A feature that installs the libcurl SSL library ('libcurl4-openssl-dev') to supp ```json "features": { - "ghcr.io/heckj/devcontainer-swift-additions/foundationnetworking:1": {} + "ghcr.io/swift-server-community/swift-devcontainer-features/foundationnetworking:1": {} } ``` @@ -21,4 +21,4 @@ A feature that installs the libcurl SSL library ('libcurl4-openssl-dev') to supp --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/heckj/devcontainer-swift-additions/blob/main/src/foundationnetworking/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/swift-server-community/swift-devcontainer-features/blob/main/src/foundationnetworking/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/jemalloc/README.md b/src/jemalloc/README.md index 3b4d059..548a05f 100644 --- a/src/jemalloc/README.md +++ b/src/jemalloc/README.md @@ -7,7 +7,7 @@ A feature that installs the jemalloc allocator library ('libjemalloc-dev'). ```json "features": { - "ghcr.io/heckj/devcontainer-swift-additions/jemalloc:1": {} + "ghcr.io/swift-server-community/swift-devcontainer-features/jemalloc:1": {} } ``` @@ -21,4 +21,4 @@ A feature that installs the jemalloc allocator library ('libjemalloc-dev'). --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/heckj/devcontainer-swift-additions/blob/main/src/jemalloc/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/swift-server-community/swift-devcontainer-features/blob/main/src/jemalloc/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/sqlite/README.md b/src/sqlite/README.md index 00d21d6..4323bfe 100644 --- a/src/sqlite/README.md +++ b/src/sqlite/README.md @@ -1,13 +1,13 @@ -# swiftpm (swiftpm) +# sqlite (sqlite) -A feature that installs dependencies needed for building SwiftPM ('sqlite3 & libsqlite3-dev'). +A feature that installs sqlite3 and libsqlite3-dev (needed for building SwiftPM). ## Example Usage ```json "features": { - "ghcr.io/heckj/devcontainer-swift-additions/swiftpm:1": {} + "ghcr.io/swift-server-community/swift-devcontainer-features/sqlite:1": {} } ``` @@ -21,4 +21,4 @@ A feature that installs dependencies needed for building SwiftPM ('sqlite3 & lib --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/heckj/devcontainer-swift-additions/blob/main/src/swiftpm/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/swift-server-community/swift-devcontainer-features/blob/main/src/sqlite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/swift-format/README.md b/src/swift-format/README.md new file mode 100644 index 0000000..2e0e118 --- /dev/null +++ b/src/swift-format/README.md @@ -0,0 +1,24 @@ + +# swift-format (swift-format) + +A feature that installs Apple's swift-format + +## Example Usage + +```json +"features": { + "ghcr.io/swift-server-community/swift-devcontainer-features/swift-format:0": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Version of swift-format | string | default | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/swift-server-community/swift-devcontainer-features/blob/main/src/swift-format/devcontainer-feature.json). Add additional notes to a `NOTES.md`._