You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: sync newest module updates to registry (#84)
## Changes made
- Copied over all changes to existing modules, making sure to preserve
all relative path updates made specifically for the Registry repo
- Copied over all modules that were created since the last sync
(Windsurf, Devcontainers-CLI)
- Copied over changes from the `test.ts` file
## Notes
- This PR does not cover coder/modules#426,
which contains a few changes around updating the Bash scripts and the
contributing README file. @f0ssel tagging you so that you're aware, but
I'll be taking care of the `CONTRIBUTING.md` file
---------
Co-authored-by: M Atif Ali <me@matifali.dev>
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
3
3
Publish Coder modules and templates for other developers to use.
4
4
5
-
6
5
> [!NOTE]
7
6
> This repo is in active development. We needed to make it public for technical reasons, but the user experience of actually navigating through it and contributing will be made much better shortly.
description: devcontainers-cli module provides an easy way to install @devcontainers/cli into a workspace
4
+
icon: ../../../../.icons/devcontainers.svg
5
+
verified: true
6
+
maintainer_github: coder
7
+
tags: [devcontainers]
8
+
---
9
+
10
+
# devcontainers-cli
11
+
12
+
The devcontainers-cli module provides an easy way to install [`@devcontainers/cli`](https://github.com/devcontainers/cli) into a workspace. It can be used within any workspace as it runs only if
13
+
@devcontainers/cli is not installed yet.
14
+
`npm` is required and should be pre-installed in order for the module to work.
0 commit comments