Skip to content

dabiddo/containerwizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devcontainer wizard

My personal bash file to create .devcontainer projects, based on my daily use of Docker.

Prerequisites

Have Gum installed

Notes

This is a personal script, so its only tested on Linux, can't really check if it works on mac...

How to create new projects?

Clone and copy vwizard to /usr/local/bin

sudo cp vwizard /usr/local/bin/

Copy .stub/ directory to same folder

sudo cp -R .stubs /usr/local/bin/

Give execute permission to vwizard

sudo chmod +x /usr/local/bin/vwizard

That should do it, you can call it from anywhere by calling `vwizard

How to convert existing directory?

Clone and copy vmaker to /usr/local/bin

sudo cp vmaker /usr/local/bin/

Copy .stub/ directory to same folder

sudo cp -R .stubs /usr/local/bin/

Give execute permission to vmaker

sudo chmod +x /usr/local/bin/maker

That should do it, you can call it from anywhere by calling vmaker

About

My Personal bash scripts to create .devcontainer projects via global commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages