Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedro-gutierrez/miniweb
Small but opinionated web framework written in Elixir
https://github.com/pedro-gutierrez/miniweb
Last synced: 8 days ago
JSON representation
Small but opinionated web framework written in Elixir
- Host: GitHub
- URL: https://github.com/pedro-gutierrez/miniweb
- Owner: pedro-gutierrez
- License: mit
- Created: 2024-07-31T19:08:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:00:31.000Z (3 months ago)
- Last Synced: 2024-08-29T19:57:28.899Z (3 months ago)
- Language: Elixir
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miniweb
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `miniweb` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:miniweb, "~> 0.1.0"}
]
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 .