Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomwright/daselplayground
Playground for Dasel.
https://github.com/tomwright/daselplayground
dasel docker docker-image go golang playground svelte sveltejs
Last synced: 2 months ago
JSON representation
Playground for Dasel.
- Host: GitHub
- URL: https://github.com/tomwright/daselplayground
- Owner: TomWright
- License: mit
- Created: 2020-11-02T21:54:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T22:38:05.000Z (about 1 year ago)
- Last Synced: 2024-10-04T16:35:55.308Z (3 months ago)
- Topics: dasel, docker, docker-image, go, golang, playground, svelte, sveltejs
- Language: Go
- Homepage:
- Size: 276 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dasel Playground
A playground for [Dasel](https://github.com/TomWright/dasel).
Publicly hosted at [https://dasel.tomwright.me](https://dasel.tomwright.me)
You can also run this yourself in Docker.
## Quickstart
### Docker
```bash
docker run -p 8080:8080 --rm ghcr.io/tomwright/daselplayground:latest
```Docker images are pushed to the github container repository: [tomwright/daselplayground](https://github.com/users/TomWright/packages/container/package/daselplayground).
- `latest` - The latest released version.
- `dev` - The latest build from `main` branch.
- `v*.*.*` - The build from the given release.## Release versions
Dasel Playground versions are **not** related to dasel release versions, meaning `daselplayground:v1.0.0` will not necessarily contain `dasel:v1.0.0`.