lumenpink · GitHub

Dev Container Features by Lumen

Some extras I need and didn't found anywhere else

bun

Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single file to a full-stack application.

Reference

Install

{
    "features": {
        "ghcr.io/lumenpink/devcontainer-features/bun"
    }
}

wasm-pack

📦✨ your favorite rust -> wasm workflow tool!

Reference

Install

{
    "features": {
        "ghcr.io/lumenpink/devcontainer-features/wasm-pack"
    }
}

Read the original on github.com ↗