Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tank-bohr/rebar3_eep48
https://github.com/tank-bohr/rebar3_eep48
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tank-bohr/rebar3_eep48
- Owner: tank-bohr
- License: apache-2.0
- Created: 2019-02-11T19:27:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T20:34:22.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T11:20:18.511Z (9 months ago)
- Language: Erlang
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rebar3_eep48
=====A rebar plugin
Build
-----$ rebar3 compile
Use
---Add the plugin to your rebar config:
{plugins, [
{rebar3_eep48, {git, "https://host/user/rebar3_eep48.git", {tag, "0.1.0"}}}
]}.Then just call your plugin directly in an existing application:
$ rebar3 rebar3_eep48
===> Fetching rebar3_eep48
===> Compiling rebar3_eep48