Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuanianji/devcontainer-templates
My custom Devcontainer Templates
https://github.com/joshuanianji/devcontainer-templates
Last synced: 1 day ago
JSON representation
My custom Devcontainer Templates
- Host: GitHub
- URL: https://github.com/joshuanianji/devcontainer-templates
- Owner: joshuanianji
- License: mit
- Created: 2023-12-21T00:04:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T06:01:50.000Z (3 months ago)
- Last Synced: 2024-11-18T07:18:15.427Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devcontainer Templates
[![Tests](https://github.com/joshuanianji/devcontainer-templates/actions/workflows/test-pr.yaml/badge.svg)](https://github.com/joshuanianji/devcontainer-templates/actions/workflows/test-pr.yaml)
A collection of my custom [Dev Container Templates](https://containers.dev/implementors/templates), following the [Dev Container Template distribution specification](https://containers.dev/implementors/templates-distribution/).
## Features
| Feature | Description |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [idris2](./src/idris2/) | Develop Idris2 Applications |
| [javascript-node-edgedb](./src/javascript-node-edgedb/) | Develop applications in Node.js and EdgeDB, a next-generation graph-relational database. Includes Node.js, eslint, and yarn in a container linked to an EdgeDB Container |
| [rust-edgedb](./src/rust-edgedb/) | Develop applications with Rust and EdgeDB, a next-generation graph-relational database. Includes a Rust application container linked to an EdgeDB Container |## Testing and Development
To test a template locally, you can use `./test.sh`
```bash
./test.sh javascript-node-edgedb
```
s