Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Babel CLI Dev Container Feature

Installs @babel/cli globally

<TODO: Add quote>

— <TODO: Add source>

Usage

Codespaces Devcontainers

// devcontainer.json
"features": {
  "ghcr.io/devcontainers-community/features/babel-cli:1": {}
}

Options

You can pin a specific version of the npm package like this:

// devcontainer.json
"features": {
  "ghcr.io/devcontainers-community/features/babel-cli:1": {
    "version": "1.2.3"
  }
}