Skip to content

Commit 75ab2bf

Browse files
authored
Update README.md
1 parent ba85d99 commit 75ab2bf

File tree

1 file changed

+6
-35
lines changed

1 file changed

+6
-35
lines changed

README.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,18 @@
1-
# Dev Containers single Feature starter kit
1+
# Deno Dev Container Feature
22

3-
🚀 Quickstart to create your own singular Dev Container Feature
3+
🦕 Installs Deno
44

55
<p align=center>
6-
<img src=>
6+
<img width=400 src="https://github.com/devcontainers-community/features-deno/assets/61068799/186150b5-e332-4b27-b4df-3ea0b7ae76a9">
77
</p>
88

99
## Usage
1010

11-
<img align=right src=https://i.imgur.com/woHa37r.png>
12-
13-
**Click <kbd>Use this template</kbd>!** That's the first step. After instantiating this template repo, there are a few things you'll need to do manually:
14-
15-
1. Change the name in the `LICENSE` file to be your name or your organization's name. Right now it's `YOUR_NAME`.
16-
17-
2. Change or remove the banner image in the lower part of this readme. Don't worry, a banner image isn't required.
18-
19-
3. Change the example from `"ghcr.io/octocat/features/i-am-awesome:1": {}` to your own name and feature name.
20-
21-
4. Change any of the other readme text to match your own new awesome feature. 🚀
22-
23-
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? 😉
24-
25-
---
26-
<!-- REMOVE THIS LINE AND EVERYTHING ABOVE -->
27-
28-
# I am awesome Dev Container Feature
29-
30-
🤩 Tells you that **you are awesome** when you start your Dev Container!
31-
32-
<p align=center>
33-
<img width=400 src=https://i.imgur.com/7On7iXn.png>
34-
</p>
35-
36-
Uses the `postAttachCommand` to tell you that **you are awesome** whenever you start the Dev Container. ❤️
37-
38-
## Usage
39-
4011
```jsonc
4112
// devcontainer.json
4213
{
4314
"features": {
44-
"ghcr.io/octocat/features/i-am-awesome:1": {}
15+
"ghcr.io/devcontainers-community/features/deno": {}
4516
}
4617
}
4718
```
@@ -50,8 +21,8 @@ Uses the `postAttachCommand` to tell you that **you are awesome** whenever you s
5021

5122
### Options
5223

53-
There are currently no options. If you'd like to add a `version` option, open an
54-
Issue or a PR! ❤️
24+
- **`version`:** Specify a specific Deno version to install. Must be a full
25+
version specifier like `30.0.0` or `latest`. Default is `latest`.
5526

5627
<!-- prettier-ignore -->
5728
[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features

0 commit comments

Comments
 (0)