We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b63b4 commit eaa0344Copy full SHA for eaa0344
1 file changed
README.md
@@ -15,9 +15,10 @@
15
[](https://pypi.org/project/dev-code/)
16
[](LICENSE)
17
18
+Reusable Dev Containers for any project — without modifying the repository.
19
+
20
---
21
-Reusable Dev Containers for any project — without modifying the repository.
22
23
`devcode` is a CLI that opens any project in VS Code Dev Containers using reusable, local templates.
24
@@ -229,7 +230,7 @@ eval "$(devcode completion bash)"
229
230
devcode init
231
devcode new python-dev
232
devcode edit python-dev
-devcode open python-dev ~/projects/api
233
+devcode open python-dev ~/projects/my-app
234
```
235
236
0 commit comments