-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
0.9.0: loading helpers from verb config from package.json #92
Comments
sorry, I forgot to mention async helpers. try using: "verb":
"asyncHelpers": [
"helper-simple-related"
],
} it might not be supported yet, I'll look in a bit, but just wanted to mention it |
Hmm, yea, make sense. Will try. |
Nope. Not works.
|
k thx. want to do a pr to base-runner? basically you can copy the logic used for |
Are (non async) helpers supposed to work in current version of verb (0.9/dev)? "verb":
"helpers": [
"helper-simple-related"
],
} If I am not completely wrong, this already worked but seems to be broken now ... |
sync helpers work in 0.9.0. there are many sync helpers used in verb-generate-readme, just make sure you're exporting the correct signature. |
@jonschlinkert as you mention. I think it not works.
in verb.md
and it outputs the returned
simpleRelated
function (see below). I followedhelper-related
pattern - module exports that exports function which returns async function.The text was updated successfully, but these errors were encountered: