I am developing some custom elements and some custom attributes in aurelia. these custom elements will be then used in more that one project. So I don't want to copy the resource folder from project to project. What is the best way to share these types of codes.
I have searched the web a little and found that I can do this by NPM. But I want to publish them publicly and don't want to pay for private area. But I want a way to do this on my own server (or my own Git server).
So what are the possible solutions and which one is better?