GithubHelp home page GithubHelp logo

jackromo888 / features Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devcontainers-contrib/features

0.0 0.0 0.0 1.02 MB

๐Ÿณ Extra add-in features for Devcontainers and GitHub Codespaces

License: MIT License

Shell 98.76% Python 1.24%

features's Introduction

Community devcontainer features

Gitter

๐Ÿณ Extra add-in features for devcontainers and GitHub Codespaces

๐Ÿ’ป Works with devcontainers
โ˜๏ธ Works with GitHub Codespaces
๐Ÿ‘จโ€๐Ÿณ Based on the official devcontainers/template-starter project

๐Ÿ“ข We are actively seeking contributions!

Usage

Codespaces Devcontainers

๐Ÿ“„ View the full list of features

Just add a .devcontainer/devcontainer.json file with a features key. It's very similar to NPM's package.json and dependencies object, just with the addition of an options object.

๐Ÿ“š Make sure to inspect each feature for feature-specific options
โš ๏ธ We only officially support debian-based images

{
  "image": "mcr.microsoft.com/devcontainers/universal:linux",
  "features": {
    "ghcr.io/devcontainers-contrib/features/deno:latest": {},
    "ghcr.io/devcontainers-contrib/features/mkdocs:latest": {},
    "ghcr.io/devcontainers-contrib/features/conan:latest": {},
    "ghcr.io/devcontainers-contrib/features/bikeshed:latest": {}
  }
}

๐Ÿ’ก Pro tip: You can use a string instead of an object as a shortcut to { "version": "<your string>" }!

{
  "features": {
    "ghcr.io/devcontainers-contrib/features/deno:latest": "1.24.0",
    "ghcr.io/devcontainers-contrib/features/pulumi:latest": "3.48.0"
  }
}

Development

Codespaces Devcontainers Python Cookiecutter

๐Ÿ“ข We are actively seeking contributions!

This repository is heavily based on the devcontainers/template-starter project. You can find more developer-specific docs on the Wiki

features's People

Contributors

danielbraun89 avatar jcbhmr avatar daneweber avatar github-actions[bot] avatar gund avatar ebaskoro avatar ryanmerolle avatar jackromo888 avatar m-dango avatar leecannon avatar pdcalado avatar yf-yang avatar colinaaa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.