Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rdwz/dev-buttons

`open-in`-Buttons for README usage
https://github.com/rdwz/dev-buttons

codesandbox codespaces gitpod stackblitz

Last synced: about 1 month ago
JSON representation

`open-in`-Buttons for README usage

Awesome Lists containing this project

README

        

# Dev-Buttons

## Open-In

| web-ide | button |
| ---------------------- | ------------------------------------- |
| [CodeSandbox][csb-web] | ![Open with CodeSandbox][csb-img] |
| [Codespaces][ghc-web] | ![Open in GitHub Codespaces][ghc-img] |
| [GitPod][gp-web] | ![Open with CodeSandbox][gp-img] |
| [Stackblitz][sb-web] | ![Open in StackBlitz][sb-img] |

### CodeSandbox

```markdown
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/[username]/[repository])
```

[csb-web]: https://codesandbox.io/
[csb-img]: https://assets.codesandbox.io/github/button-edit-lime.svg

### GitHub Codespaces

```markdown
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/advanced-astro/astrid?devcontainer_path=.devcontainer/minimal/devcontainer.json)
```

[ghc-web]: https://codespaces.new/advanced-astro/astrid?devcontainer_path=.devcontainer/minimal/devcontainer.json
[ghc-img]: https://github.com/codespaces/badge.svg

### Gitpod

```markdown
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/advanced-astro/astrid)
```

[gp-web]: https://gitpod.io
[gp-img]: https://gitpod.io/button/open-in-gitpod.svg

### Stackblitz

```markdown
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/[username]/[repository])
```

[sb-web]: https://stackblitz.com/
[sb-img]: https://developer.stackblitz.com/img/open_in_stackblitz.svg