Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rdwz/dev-buttons
- Owner: rdwz
- Created: 2024-01-25T07:07:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T22:09:35.000Z (11 months ago)
- Last Synced: 2024-10-30T10:49:29.169Z (3 months ago)
- Topics: codesandbox, codespaces, gitpod, stackblitz
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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