Skip to content

mathdroid/devcontainerize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devcontainerize

A CLI tool to automatically convert any project into a devcontainer-compatible project.

Installation

npm install -g devcontainerize

Usage

In your project directory, run:

npx devcontainerize

Optional: Add --gitignore flag to automatically update .gitignore.

Features

  • Automatically detects project type
  • Supports multiple languages and frameworks
  • Creates necessary devcontainer files
  • Option to update .gitignore

Demo

Demo

Caveat

This tool relies on the structure and content of the GitHub repository: https://github.com/devcontainers/images/tree/main/src

Changes to this repository may affect the tool's functionality.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published