-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Custom template modules #60
Comments
Hi, I assume the right place to fix this would be Am I missing something? Regards |
@stefanwalther it would it with |
@tunnckoCore, thx, will give it a try ... |
sorry for taking so long on this. @doowb and I have virtually refactored the entire ecosystem underlying verb and other related projects. I'm just migrating now, so any day... |
@jonschlinkert Any news on this? |
Ping ;-) |
Hi, getting this to work would be soooooooo great ;-) |
@stefanwalther soon :) If you not noticed they work on underlying tons of packages (see For that I opened #87 and verbose/verb-generate-readme#2, currently there are resolving problems. |
yes we're very close. fwiw everything is working perfectly locally for me, but we need to add support for npm custom prefixes before we release - I think that's what is breaking @tunnckoCore's build, and probably will cause issues for others. but I have to say, @doowb and I are really amazed at how awesome this is, and how well everything is coming together as we had planned. We're very close to getting everything "done"! thx for hanging in there and staying interested! |
hm, that remind me that i didn't try after I fixed the prefix problem. :D I'll try now. |
what did you do to solve it btw? |
the solutions you pointed to seem like overkill for this, but maybe I'm missing something |
just moved node executable to
why? ;d it didn't break anything, which was surprising for me too. |
@stefanwalther have you tried using 0.9? this was implemented edit: to clarify, loading templates from config was implemented. I don't remember if the CLI flag was hooked up though. |
Installing 0.9 (the dev branch), gives me the following errors: npm install verbose/verb#dev // Run verb
verb
After installing minimist, I get some other missing dependencies ... (omit-empty, etc.) |
@doowb and I aren't able to reproduce. Since you installed locally, it's possible that verb is trying to use outdated modules (since npm doesn't force everything to reinstall the way it used to). did you uninstall everything (delete edit: forgot to mention, you need to install verb globally to use the CLI. I'll fix the readme on the dev branch. also see: https://github.com/node-base/base-runner/blob/master/package.json#L51 |
Do you have an example for
verb --set includes="my-include-templates"
...?Tried it both, with a local module and a path following the example of readme-includes, but didn't succeed, always get:
async-helper-base: {%= include("extension-install") %} error: %j TypeError: Cannot read property 'render' of null
But settings in the app seems to be correct:
The text was updated successfully, but these errors were encountered: