Skip to main content

README.md

# Aube for Elixir

Elixir bindings for the Aube JavaScript package manager.

This package loads Aube through a Rustler NIF and exposes a small Elixir API:

```elixir
Aube.install(cwd: "assets")
```

The NIF bridge lives in the Rust workspace at `crates/aube-beam-nif`; this
directory contains the BEAM/Hex distribution surface.