Skip to content

edouard-lopez/devcontainer-features

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Some devcontainer features I find useful.

  • bats: Install bats (Bash Automated Testing System)

Usage

In your IDE, add the features to your devcontainer.json (e.g. VSCode). Each feature has a README.md that details options.

{
    "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
    "features": {
      "bats": {}
    }
}

Notes

This repo follows the proposed dev container feature distribution specification.

License

MIT

About

dev container features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 100.0%