Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devcontainers-community/feature-starter

🚀 Quickstart to create your own singular Dev Container Feature
https://github.com/devcontainers-community/feature-starter

devcontainer devcontainer-feature devcontainer-features starter-kit template template-repository

Last synced: 10 days ago
JSON representation

🚀 Quickstart to create your own singular Dev Container Feature

Awesome Lists containing this project

README

        

# 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

```jsonc
// 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! ❤️

[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features