withfig / features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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": {}
    }
}

About

License:MIT License


Languages

Language:Shell 100.0%