Skip to content

Contractbook/eview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

In Nebo #15 we have our own API design manifest, and we trying to follow it.

This package extracts all common patterns and utilities, to remove boilerplate from business-logic services.

Installation

The package can be installed as:

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

The docs can be found at https://hexdocs.pm/eview.

About

Nebo #15 Views for our Elixir API applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 99.9%
  • Shell 0.1%