Skip to content

elixir-tools/web_dev_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, the package can be installed by adding web_dev_utils to your list of dependencies in mix.exs:

def deps do
  [
    {:web_dev_utils, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/web_dev_utils.

About

Elixir library to enable awesome local development for websites and web applications

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages