Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhns/git-json-editor
In-Browser JSON Editor for Git Repos using JSON Schema
https://github.com/lhns/git-json-editor
Last synced: 12 days ago
JSON representation
In-Browser JSON Editor for Git Repos using JSON Schema
- Host: GitHub
- URL: https://github.com/lhns/git-json-editor
- Owner: lhns
- License: apache-2.0
- Created: 2023-02-14T14:42:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T01:15:17.000Z (4 months ago)
- Last Synced: 2024-10-11T00:09:26.553Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 470 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-json-editor
[![build](https://github.com/lhns/git-json-editor/actions/workflows/build.yml/badge.svg)](https://github.com/lhns/git-json-editor/actions/workflows/build.yml)
[![Release Notes](https://img.shields.io/github/release/lhns/git-json-editor.svg?maxAge=3600)](https://github.com/lhns/git-json-editor/releases/latest)
[![Apache License 2.0](https://img.shields.io/github/license/lhns/git-json-editor.svg?maxAge=3600)](https://www.apache.org/licenses/LICENSE-2.0)In-Browser [JSON Editor](https://github.com/json-editor/json-editor) for Git Repos using [JSON Schema](https://json-schema.org/).
## Environment Variables
| Variable | Example |
|----------------------|-----------------------------------------|
| VITE_CLIENT_IDS | {"https://gitlab.com":"gitlab:abcdefg"} |
| VITE_CORS_PROXY | https://cors.isomorphic-git.org |
| VITE_REDIRECT_ORIGIN | http://localhost:4173 |## License
This project uses the Apache 2.0 License. See the file called LICENSE.