# dev-envs-extension **Repository Path**: mirrors_docker/dev-envs-extension ## Basic Information - **Project Name**: dev-envs-extension - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-11 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
### Supported Pages
| Provider | Repo | Branch | PR |
| :-------- | :----------------: | :----------------: | :----------------: |
| Github | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Bitbucket | :white_check_mark: | :white_check_mark: | :x: |
| Gitlab | :white_check_mark: | :white_check_mark: | :x: |
## Contributing
### Testing
Unit tests can be ran with `yarn test`. Please remember to add/update tests when adding/updating features/handlers/etc.
### Local Development
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).
## Publishing
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/).
Don't forget to update the version in `manifest.json` before building a new version.