https://github.com/elixir-tools/web_dev_utils
Elixir library to enable awesome local development for websites and web applications
https://github.com/elixir-tools/web_dev_utils
Last synced: 4 months ago
JSON representation
Elixir library to enable awesome local development for websites and web applications
- Host: GitHub
- URL: https://github.com/elixir-tools/web_dev_utils
- Owner: elixir-tools
- License: mit
- Created: 2023-10-28T17:29:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T17:16:59.000Z (8 months ago)
- Last Synced: 2025-10-07T01:22:22.692Z (4 months ago)
- Language: Elixir
- Size: 35.2 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDevUtils
WebDevUtils is a library to enable awesome local development for websites and web applications.
## Features
- Asset watchers (run CSS/JS tooling when you boot up your server)
- Live Reload (make the browser refresh when files change on disk)
- Code Reloading (make your Elixir files recompile)
## Usage
TODO
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `web_dev_utils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:web_dev_utils, "~> 0.3.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 .