Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustkas/eunit_helper
A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library.
https://github.com/rustkas/eunit_helper
erlang eunit
Last synced: about 2 months ago
JSON representation
A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library.
- Host: GitHub
- URL: https://github.com/rustkas/eunit_helper
- Owner: rustkas
- License: apache-2.0
- Created: 2021-07-16T11:37:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T06:12:14.000Z (over 3 years ago)
- Last Synced: 2024-04-23T10:23:26.959Z (9 months ago)
- Topics: erlang, eunit
- Language: Erlang
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eunit helper
A collection of helper functions that can be useful when parsing data from various data types of the Erlang standart library.----------------
An OTP library
Build
-----$ rebar3 compile
EUnit
-----$ rebar3 eunit -v
EDoc
-----$ rebar3 edoc
Publishing on hex.pm
--------------------hex.pm Publish project
-----
rebar3 hex publishhex.pm Publish documentation
-----
$ rebar3 hex docs