Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaello/devcontainer-features
https://github.com/mikaello/devcontainer-features
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikaello/devcontainer-features
- Owner: mikaello
- License: mit
- Created: 2022-12-03T15:00:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T02:40:12.000Z (4 months ago)
- Last Synced: 2024-10-05T08:41:53.688Z (3 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Dev Container Features Collection
This repository is based on the
[the `devcontainers/features` repository](https://github.com/devcontainers/features).## Contents
### [`modern-shell-utils`](src/modern-shell-utils/README.md)
Install the modern shell utilities:
- [eza](https://eza.rocks/), _ls_ alternative (previously [exa](https://github.com/ogham/exa) was bundled)
- [fd](https://github.com/sharkdp/fd), _find_ alternative
- [ag (The Silver Seacher)](https://github.com/ggreer/the_silver_searcher),
_grep_ alternative
- [bat](https://github.com/sharkdp/bat), _cat_ alternative### [`kotlinc`](src/kotlinc/README.md)
Install _kotlinc_ and [_ktlint_](https://github.com/pinterest/ktlint).
**NB.** requires Java to work. Either use a base image with Java or add feature
`ghcr.io/devcontainers/features/java:1`.