Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvce-editor/git
Git integration for Lvce editor
https://github.com/lvce-editor/git
git lvce-editor
Last synced: 3 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T12:00:14.000Z (2 months ago)
- Last Synced: 2024-09-08T09:45:11.335Z (2 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
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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)