https://github.com/lvce-editor/git
Git integration for Lvce editor
https://github.com/lvce-editor/git
git lvce-editor
Last synced: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T12:00:14.000Z (9 months ago)
- Last Synced: 2025-01-11T01:52:08.287Z (4 months ago)
- Topics: git, lvce-editor
- Language: JavaScript
- Homepage: https://lvce-editor.github.io/git/
- Size: 2.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git
Git integration for Lvce editor.
## Contributing
```sh
git clone [email protected]:lvce-editor/git.git &&
cd git &&
npm ci &&
npm test
```## Gitpod
[](https://gitpod.io/#https://github.com/lvce-editor/git)
## Credits
This extension is based on https://github.com/microsoft/vscode/tree/main/extensions/git by Microsoft (License MIT)