We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c27eab commit bd174c6Copy full SHA for bd174c6
1 file changed
README.md
@@ -15,9 +15,15 @@ This repo is the **golden devcontainer template** for Ship.Fail projects.
15
Copy it in a Ship.Fail project repo.
16
17
```sh
18
-mkdir -p .devcontainer
+mkdir -p .devcontainer/features/npm-packages
19
+
20
curl -o .devcontainer/devcontainer.json \
21
https://raw.githubusercontent.com/ShipFail/devcontainer/refs/heads/main/devcontainer.json
22
23
+curl -o .devcontainer/features/npm-packages/install.sh \
24
+ https://raw.githubusercontent.com/ShipFail/devcontainer/refs/heads/main/features/npm-packages/install.sh
25
+curl -o .devcontainer/features/npm-packages/devcontainer-feature.json \
26
+ https://raw.githubusercontent.com/ShipFail/devcontainer/refs/heads/main/features/npm-packages/devcontainer-feature.json
27
```
28
29
That's it.
0 commit comments