https://github.com/iamvery/iamvery-elixir
My personal collection of utilities and ideas in Elixir
https://github.com/iamvery/iamvery-elixir
elixir phoenix
Last synced: 3 months ago
JSON representation
My personal collection of utilities and ideas in Elixir
- Host: GitHub
- URL: https://github.com/iamvery/iamvery-elixir
- Owner: iamvery
- License: mit
- Created: 2022-10-19T13:51:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T03:42:10.000Z (about 3 years ago)
- Last Synced: 2025-10-07T00:50:33.482Z (9 months ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage: https://hex.pm/packages/iamvery
- Size: 68.4 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Iamvery Elixir
[](https://github.com/iamvery/iamvery-elixir/actions/workflows/ci.yml) [](https://hex.pm/packages/iamvery)
A set of Elixir utilities for myself and others.
Using this Hex package as a test bed for ideas that may be eventually spun off as separate projects or open source contributions.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `iamvery` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:iamvery, "~> 0.11.0", only: :test}
]
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 .
## Phoenix LiveView Test Helpers
Moved to https://github.com/iamvery/skipper.
## Copyright and License
Copyright (c) 2022, Jay Hayes.
Source code is licensed under the [MIT License](LICENSE.md).
[live-view-helpers-blog]: https://iamvery.com/2022/10/19/better-live-view-tests.html