Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupurt/clide
Build command line applications on the BEAM with a streaming parser
https://github.com/rupurt/clide
Last synced: 21 days ago
JSON representation
Build command line applications on the BEAM with a streaming parser
- Host: GitHub
- URL: https://github.com/rupurt/clide
- Owner: rupurt
- License: mit
- Created: 2023-12-01T03:45:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-01T05:05:28.000Z (12 months ago)
- Last Synced: 2024-10-10T14:39:12.442Z (about 1 month ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clide
Build command line applications on the BEAM with a streaming parser
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `clide` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:clide, "~> 0.0.1"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .