https://github.com/rupurt/clide
Build command line applications on the BEAM with a streaming parser
https://github.com/rupurt/clide
Last synced: over 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T05:05:28.000Z (over 2 years ago)
- Last Synced: 2025-02-05T06:46:24.348Z (over 1 year 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 .