Skip to content

Commit 0ece2e8

Browse files
committed
docs(readme): mention Domo and TypedEctoSchema
Closes #19.
1 parent 907a569 commit 0ece2e8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,6 @@ defmodule MyModule do
371371
end
372372
```
373373

374-
## [Contributing](CONTRIBUTING.md)
375-
376-
Before contributing to this project, please read the
377-
[CONTRIBUTING.md](CONTRIBUTING.md).
378-
379374
## Initial roadmap
380375

381376
* [x] Struct definition
@@ -391,6 +386,19 @@ Before contributing to this project, please read the
391386
* [x] Integration with [Lens](https://github.com/obrok/lens)
392387
* [ ] Integration with [Ecto](https://github.com/elixir-ecto/ecto)
393388

389+
## Related libraries
390+
391+
* [Domo](https://github.com/IvanRublev/Domo): a library to validate structs that
392+
define a `t()` type, like the one generated by `TypedStruct`.
393+
* [TypedEctoSchema](https://github.com/bamorim/typed_ecto_schema): a library
394+
that provides a DSL on top of `Ecto.Schema` to achieve the same result as
395+
`TypedStruct`, with `Ecto`.
396+
397+
## [Contributing](CONTRIBUTING.md)
398+
399+
Before contributing to this project, please read the
400+
[CONTRIBUTING.md](CONTRIBUTING.md).
401+
394402
## License
395403

396404
Copyright © 2018-2020 Jean-Philippe Cugnet and Contributors

0 commit comments

Comments
 (0)