Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 310 Bytes

Fig Dev Container Features

Add the Fig CLI to a Dev Container

Usage

To use the feature from this repository, add the desired features to devcontainer.json.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
        "ghcr.io/withfig/features/fig:1": {}
    }
}