Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eitsupi/devcontainer-features
A Dev Container Features Collection
https://github.com/eitsupi/devcontainer-features
Last synced: about 1 month ago
JSON representation
A Dev Container Features Collection
- Host: GitHub
- URL: https://github.com/eitsupi/devcontainer-features
- Owner: eitsupi
- License: mit
- Created: 2022-10-21T10:54:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:37:18.000Z (2 months ago)
- Last Synced: 2024-09-10T05:09:55.475Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- 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
### [`duckdb-cli`](src/duckdb-cli/README.md)
Install [DuckDB CLI](https://duckdb.org/docs/api/cli). DuckDB is an in-process SQL OLAP database management system .
### [`go-task`](src/go-task/README.md)
Install [Task](https://taskfile.dev), a task runner / build tool work with `Taskfile.yml` files.
### [`jq-likes`](src/jq-likes/README.md)
Install [jq](https://stedolan.github.io/jq/),
[yq](https://github.com/mikefarah/yq), [gojq](https://github.com/itchyny/gojq), and [xq](https://github.com/MiSawa/xq).
Useful command line tools for working with JSON or YAML and so on.### [`mdbook`](src/mdbook/README.md)
Install [mdBook](https://rust-lang.github.io/mdBook), a utility to create modern online books from Markdown files.
### [`nushell`](src/nushell/README.md)
Install [Nushell](https://www.nushell.sh), a new type of shell.
## Deprecated contents
### [`julia`](src/julia/README.md)
Install [Julia](https://julialang.org), which is a high-level,
high-performance dynamic language for technical computing.### [`just`](src/just/README.md)
Install [just](https://just.systems/), a handy way to save and run project-specific commands work with `justfile`.