Invoke programmatically ( feat req )
Opened this issue · 1 comments
It would be great to be able to run this, (with a callback api) from another node process, such as an enhanced repl script, gulp script or other process already watching file changes.
Is there a way to do this already, are you interested in a PR for it sometime?
Hey! Sorry for taking forever to reply.
Is there a way to do this already
Nope
are you interested in a PR for it sometime
I'm not against it, but I'm also not actively maintaining this project. I'd be happy to add you as a contributor if you're up for it.
It would be great to be able to run this, (with a callback api) from another node process
The main
function tries to orchestrate all the other things, so it can be changed to call from another process. I think the reporting is all over the place, so that we a challenge to aggregate.