[go: nahoru, domu]

Skip to content

crownedgrouse/geas_rebar3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

geas_rebar3

This is rebar3 plugin to use geas .

Simply add in your global config file ~/.config/rebar3/rebar.config :

{plugins, [
  {geas_rebar3, {git, "https://github.com/crownedgrouse/geas_rebar3.git", {branch, "master"}}}
]}.

or simply (using hex package geas_rebar3)

{plugins, [geas_rebar3]}.

then run

rebar3 geas

Note : Windows users can set this in %userprofile%\.config\rebar3\rebar.config.

Important : build plugins must not be set in local rebar.config. Otherwise those plugins will be part of geas analyze.

Donations

Help this project to be maintained ! If you find this project useful, please donate to:

Bitcoin: 1Ep9VoyNtnNiGoXM52V6NwcMh4SZ9bxkAG
Ethereum: 0xfac5e46ffe12ec1fc2830d95c22e6583d163d7f9 

Branches

Using 'dev' branch of this project will also use the 'dev' branch of geas repository.

Troubles

Please open trouble ticket here only if it is related to plugin only.

Geas issue have to be opened there.

About

Geas plugin for rebar3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages