Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChimeHQ/chime-elixir
A Chime extension for Elixir
https://github.com/ChimeHQ/chime-elixir
elixir extensionkit swift
Last synced: 3 months ago
JSON representation
A Chime extension for Elixir
- Host: GitHub
- URL: https://github.com/ChimeHQ/chime-elixir
- Owner: ChimeHQ
- License: bsd-3-clause
- Created: 2022-11-02T16:21:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:10:09.000Z (4 months ago)
- Last Synced: 2024-07-10T20:46:56.839Z (4 months ago)
- Topics: elixir, extensionkit, swift
- Language: Swift
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# chime-elixir
A [Chime][chime] extension for Elixir.## Overview
This Chime extension supports the [Elixir][elixir] programming language. It integrates [ElixirLS][elixir-ls] with [ChimeKit][chimekit]'s `ExtensionProtocol`.
## Usage
This extension requires that `elixir-ls` be accessible in the user's `PATH`.
## Contributing and Collaboration
I would love to hear from you! Issues or pull requests work great. A [Discord server][discord] is also available for live help, but I have a strong bias towards answering in the form of documenation.
I prefer collaboration, and would love to find ways to work together if you have a similar project.
I prefer indentation with tabs for improved accessibility. But, I'd rather you use the system you want and make a PR than hesitate because of whitespace.
By participating in this project you agree to abide by the [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
[chime]: https://www.chimehq.com
[elixir]: https://elixir-lang.org
[elixir-ls]: https://github.com/elixir-lsp/elixir-ls
[chimekit]: https://github.com/ChimeHQ/ChimeKit