I have a beginner question concerning nodejs. I'm working on two different nodejs projects, let's say project A and project B. And I would like to use the functionalities of project A in B.
How can I do it??
I was thinking about using git submodules. But is there a possibility to use project A as a node_module. that means that the users only have to update it if a new version of it is available?
Thank you
via sampouna
No comments:
Post a Comment