Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrothers/pepper
Sodium wrapper for Elixir.
https://github.com/scrothers/pepper
Last synced: about 1 month ago
JSON representation
Sodium wrapper for Elixir.
- Host: GitHub
- URL: https://github.com/scrothers/pepper
- Owner: scrothers
- License: apache-2.0
- Created: 2018-04-28T01:41:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T01:47:32.000Z (over 6 years ago)
- Last Synced: 2024-12-19T05:08:01.603Z (about 1 month ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pepper
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `pepper` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:pepper, "~> 0.1.0"}
]
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 [https://hexdocs.pm/pepper](https://hexdocs.pm/pepper).