Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CodeEditApp/CodeEditKit
CodeEditKit is an interface between CodeEdit and extensions
https://github.com/CodeEditApp/CodeEditKit
Last synced: 3 months ago
JSON representation
CodeEditKit is an interface between CodeEdit and extensions
- Host: GitHub
- URL: https://github.com/CodeEditApp/CodeEditKit
- Owner: CodeEditApp
- License: mit
- Created: 2022-04-10T17:37:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T00:02:54.000Z (5 months ago)
- Last Synced: 2024-07-05T13:37:33.567Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 565 KB
- Stars: 87
- Watchers: 13
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
CodeEditKit
CodeEditKit is a dynamic library which is shared between CodeEdit and its extensions. It allows them to communicate with and understand one another.
![Github Tests](https://img.shields.io/github/actions/workflow/status/CodeEditApp/CodeEditKit/tests.yml?branch=main&label=tests&style=flat-square)
![Documentation](https://img.shields.io/github/actions/workflow/status/CodeEditApp/CodeEditKit/build-documentation.yml?branch=main&label=docs&style=flat-square)
![GitHub Repo stars](https://img.shields.io/github/stars/CodeEditApp/CodeEditKit?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/CodeEditApp/CodeEditKit?style=flat-square)
[![Discord Badge](https://img.shields.io/discord/951544472238444645?color=5865F2&label=Discord&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/vChUXVf9Em)## Documentation
The documentation for `CodeEditKit` can be viewed [here](https://codeeditapp.github.io/CodeEditKit/documentation/codeeditkit/).
## License
Licensed under the [MIT license](https://github.com/CodeEditApp/CodeEdit/blob/main/LICENSE.md).
## Related Repositories
CodeEdit
CodeEditSourceEditor
CodeEditTextView
CodeEditLanguages
CodeEditCLI