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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Allows you to quickly jump from a Git repo, branch or PR to a local development environment with the tools you need to test and run your workload — using [Dev Environments](https://docs.docker.com/desktop/dev-environments/) — by adding a button to Github, Bitbucket and Gitlab, in your browser.
@@ -27,14 +41,14 @@ Unit tests can be ran with `yarn test`. Please remember to add/update tests when
27
41
28
42
The extension can be built with `yarn build`. You can find instructions on installing an extension temporarily for Firefox [here](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/). For Chrome, check out this [guide](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
29
43
30
-
31
44
## Publishing
32
45
33
46
The extension can be packaged with `yarn package`. Running this will output `dev-envs.xpi` and `dev-envs-source.zip`, which are the extension and source bundle respectively which can be uploaded to the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions) and [Firefox Addons](https://addons.mozilla.org/en-US/firefox/).
34
47
35
48
Don't forget to update the version in `manifest.json` before building a new version.
36
49
50
+
<br>
37
51
38
52
---
39
53
40
-
You are free to copy, modify, and distribute **Dev Environments Extension** with attribution under the terms of the Apache-2.0 license. See the LICENSE file for details.
54
+
_You are free to copy, modify, and distribute **Dev Environments Extension** with attribution under the terms of the Apache-2.0 license. See the LICENSE file for details._
0 commit comments