https://github.com/brokeyourbike/devcontainer-features
Collection of features for the containers.dev
https://github.com/brokeyourbike/devcontainer-features
containers devcontainer hacktoberfest linux
Last synced: 4 months ago
JSON representation
Collection of features for the containers.dev
- Host: GitHub
- URL: https://github.com/brokeyourbike/devcontainer-features
- Owner: brokeyourbike
- License: mit
- Created: 2023-05-10T21:32:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T12:08:40.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:15:51.958Z (8 months ago)
- Topics: containers, devcontainer, hacktoberfest, linux
- Language: Shell
- Homepage: https://containers.dev/features
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - brokeyourbike/devcontainer-features - Collection of features for the containers.dev (Shell)
README
# Development Container Features
[](https://github.com/brokeyourbike/devcontainer-features/actions/workflows/test.yaml)
[](https://github.com/brokeyourbike/devcontainer-features/actions/workflows/lint.yml)'Features' are self-contained units of installation code and development container configuration. Features are designed to install atop a wide-range of base container images.
## Features
| Feature | Description |
| - | - |
| [reflex](https://github.com/brokeyourbike/devcontainer-features/blob/main/src/reflex/README.md) | Small tool to watch a directory and rerun a command when certain files change. |
| [staticcheck](https://github.com/brokeyourbike/devcontainer-features/blob/main/src/staticcheck/README.md) | State of the art linter for the Golang. |
| [mockery-go](https://github.com/brokeyourbike/devcontainer-features/blob/main/src/mockery-go/README.md) | A mock code autogenerator for Golang. |## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)## License
[MIT License](https://github.com/brokeyourbike/devcontainer-features/blob/main/LICENSE)