Skip to content

Commit bd174c6

Browse files
authored
Update README for npm-packages in devcontainer
Add npm-packages feature to devcontainer setup
1 parent 6c27eab commit bd174c6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ This repo is the **golden devcontainer template** for Ship.Fail projects.
1515
Copy it in a Ship.Fail project repo.
1616

1717
```sh
18-
mkdir -p .devcontainer
18+
mkdir -p .devcontainer/features/npm-packages
19+
1920
curl -o .devcontainer/devcontainer.json \
2021
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
2127
```
2228

2329
That's it.

0 commit comments

Comments
 (0)