https://github.com/lvce-editor/git
Git integration for Lvce editor
https://github.com/lvce-editor/git
git lvce-editor
Last synced: about 1 month ago
JSON representation
Git integration for Lvce editor
- Host: GitHub
- URL: https://github.com/lvce-editor/git
- Owner: lvce-editor
- License: mit
- Created: 2022-07-02T17:29:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-27T14:08:28.000Z (about 1 month ago)
- Last Synced: 2026-05-27T15:23:38.318Z (about 1 month ago)
- Topics: git, lvce-editor
- Language: TypeScript
- Homepage: https://lvce-editor.github.io/git/
- Size: 3.92 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git
Git integration for Lvce editor.
## Contributing
```sh
git clone git@github.com:lvce-editor/git.git &&
cd git &&
npm ci &&
npm test
```
## Credits
This extension is based on https://github.com/microsoft/vscode/tree/main/extensions/git by Microsoft (License MIT)