Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 473 Bytes

Devcontainer Creator

Simply create devcontainers for language testing based on simple yaml description files.

Example

curl -so- https://raw.githubusercontent.com/dhhyi/devcontainer-creator/dist/bundle.js | node - dcc://lua .

Generated devcontainers can be previewed on the branch devcontainers

Dependencies

  • @devcontainers/cli (install using npm i -g @devcontainers/cli@latest)