Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devcontainers-community/feature-starter
- Owner: devcontainers-community
- License: mit
- Created: 2023-08-15T20:14:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-17T20:27:29.000Z (over 1 year ago)
- Last Synced: 2024-11-06T05:34:18.759Z (about 2 months ago)
- Topics: devcontainer, devcontainer-feature, devcontainer-features, starter-kit, template, template-repository
- Language: Shell
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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