An open API service indexing awesome lists of open source software.

https://github.com/kenf1/devimages

DevImages: Docker Dev Images
https://github.com/kenf1/devimages

cpp cpplang devcontainer docker docker-image zig ziglang ziglings ziglings-exercises

Last synced: about 2 months ago
JSON representation

DevImages: Docker Dev Images

Awesome Lists containing this project

README

        

## DevImages: Docker Dev Images

### Support:

|Name|Description|Status|
|---|---|---|
|Zig|https://ziglang.org/|[![Build ZigDev](https://github.com/kenf1/DevImages/actions/workflows/BuildZigDev.yml/badge.svg?branch=main)](https://github.com/kenf1/DevImages/actions/workflows/BuildZigDev.yml)|
|C++|https://isocpp.org/|[![Build CppDev](https://github.com/kenf1/DevImages/actions/workflows/BuildCppDev.yml/badge.svg?branch=main)](https://github.com/kenf1/DevImages/actions/workflows/BuildCppDev.yml)|
|Ziglings|https://codeberg.org/ziglings/exercises|-|

### Create template

`CreateTemplate` is CLI tool to create Dockerfile and workflow yaml file. `CreateTemplate` intended to be run from project base path.

Built for UNIX-like OS (Linux & macOS). Not able to test on Windows.