Adding configuration to Bundler plugin #5736
Unanswered
okuramasafumi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm creating a Bundler plugin reading the documentation.
https://github.com/okuramasafumi/bundler-ctags_generator
I already built a basic functionality but I'd also like to add configuration to the plugin.
How can I achieve that? The obvious way is to use environment variables but I'd rather want to avoid it.
Maybe the best is to use files like
gemrc
?gemrc
is not a Ruby file, so maybe we needbundlerc
?Beta Was this translation helpful? Give feedback.
All reactions