You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of DevContainer Features developed and maintained by the helpers4 organization. All features are published to the GitHub Container Registry and can be referenced directly in any `devcontainer.json`.
18
+
19
+
```
20
+
ghcr.io/helpers4/devcontainer/<feature-name>
21
+
```
6
22
7
23
## Features
8
24
@@ -176,6 +192,10 @@ Features from this repository are available via GitHub Container Registry. Refer
176
192
|[local-mounts](./features/local-mounts)| Mount local Git, SSH, GPG, and npm config into devcontainer |[README](./features/local-mounts/README.md)|
177
193
|[peon-ping](./features/peon-ping)| AI agent sound notifications with multi-IDE hooks and Peon Pet extension |[README](./features/peon-ping/README.md)|
178
194
195
+
## Documentation
196
+
197
+
Full documentation is available at [**helpers4.dev/dev-container**](https://helpers4.dev/dev-container).
198
+
179
199
## Development
180
200
181
201
This repository follows the [DevContainer Features specification](https://containers.dev/implementors/features/) and is compatible with the [DevContainer Features distribution](https://containers.dev/implementors/features-distribution/).
@@ -194,6 +214,8 @@ Features are automatically published to GitHub Container Registry via GitHub Act
194
214
195
215
## Contributing
196
216
217
+
Contributions are welcome! Please follow the established feature structure and test your changes locally before submitting.
218
+
197
219
1. Fork the repository
198
220
2. Create a feature branch
199
221
3. Add your feature following the established patterns
@@ -202,8 +224,22 @@ Features are automatically published to GitHub Container Registry via GitHub Act
202
224
203
225
## License
204
226
205
-
This project is licensed under the GNU Lesser General Public License v3.0. See [LICENSE](LICENSE) for details.
227
+
This project is licensed under the [GNU Lesser General Public License v3.0](LICENSE).
206
228
207
229
## Acknowledgments
208
230
209
-
Inspired by the [DevContainers Features](https://github.com/devcontainers/features) repository and [stuart leeks' dev-container-features](https://github.com/stuartleeks/dev-container-features) for the shell-history concept, with the key difference being project-scoped rather than global user history persistence.
231
+
Inspired by the official [DevContainers Features](https://github.com/devcontainers/features) repository and [Stuart Leeks' dev-container-features](https://github.com/stuartleeks/dev-container-features) for the shell-history concept — with the key difference being project-scoped rather than global user history persistence.
0 commit comments