README.md

# PhoenixAssetPipeline
Asset pipeline for Phoenix app

[![CI](https://github.com/Youimmi/phoenix_asset_pipeline/workflows/CI/badge.svg?branch=main&event=push)](https://github.com/Youimmi/phoenix_asset_pipeline) [![hex.pm version](https://img.shields.io/hexpm/v/phoenix_asset_pipeline.svg)](https://hex.pm/packages/phoenix_asset_pipeline)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `phoenix_asset_pipeline` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:phoenix_asset_pipeline, "~> 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 [https://hexdocs.pm/phoenix_asset_pipeline](https://hexdocs.pm/phoenix_asset_pipeline).