Skip to content

πŸš€ Quickstart to create your own singular Dev Container Feature

License

Notifications You must be signed in to change notification settings

devcontainers-community/feature-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dev Containers single Feature starter kit

πŸš€ Quickstart to create your own singular Dev Container Feature

Usage

Click Use this template! That's the first step. After instantiating this template repo, there are a few things you'll need to do manually:

  1. Change the name in the LICENSE file to be your name or your organization's name. Right now it's YOUR_NAME.

  2. Change or remove the banner image in the lower part of this readme. Don't worry, a banner image isn't required.

  3. Change the example from "ghcr.io/octocat/features/i-am-awesome:1": {} to your own name and feature name.

  4. Change any of the other readme text to match your own new awesome feature. πŸš€

  5. Remove the top part of this README.md file. You don't want this template guide showing up on your own awesome feature, do you? πŸ˜‰


I am awesome Dev Container Feature

🀩 Tells you that you are awesome when you start your Dev Container!

Uses the postAttachCommand to tell you that you are awesome whenever you start the Dev Container. ❀️

Usage

// devcontainer.json
{
  "features": {
    "ghcr.io/octocat/features/i-am-awesome:1": {}
  }
}

❓ Don't know what this ☝ means? Check out this VS Code blog post.

Options

There are currently no options. If you'd like to add a version option, open an Issue or a PR! ❀️

Releases

No releases published

Packages

No packages published

Languages