Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 945 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 945 Bytes

Delorean

Hex.pm Hex.pm Hex.pm Inline docs

See tests for examples on how to use Delorean for time traveling.

Installation

  1. Add delorean to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:delorean, "~> 1.3.0"}]
end
```
  1. Ensure delorean is started before your application:
```elixir
def application do
  [applications: [:delorean]]
end
```

TODO

  • Add support for time
  • Add support for datetime
  • Add tests for the non-bang Delorean.travel/2
  • Add real-life examples
  • Provide a more robust readme