Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support providers in config hooks #108

Closed
tsloughter opened this issue Jan 21, 2015 · 1 comment
Closed

Support providers in config hooks #108

tsloughter opened this issue Jan 21, 2015 · 1 comment
Labels
enhancement new behaviour or additional functionality

Comments

@tsloughter
Copy link
Collaborator

Right now hooks in rebar.config can only be commands to run with os:cmd. We want to also support providers. I think the format should be:

-type namespace() :: atom().
-type provider() :: atom() | {namespace(), atom()}.

{hooks, [{provider(), {[provider()], [provider()]}}]}. 
@tsloughter tsloughter added the enhancement new behaviour or additional functionality label Jan 21, 2015
@tsloughter
Copy link
Collaborator Author

Solved with provider_hooks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new behaviour or additional functionality
Projects
None yet
Development

No branches or pull requests

1 participant