8 years, 10 months ago.

creating own library for different projects

Hi, I´ve created different functions. I need them for different projects. At the moment I copy my own library into every project.

A problem appears when changing elements in my library. Actually I´ve to replace my old function-library with the newer version on different places. Thats not the best solution.

How can I solve this problem? Is it possible to create a folder that I can share with all my projects and when doing changings in this folder all projects take them?

1 Answer

8 years, 10 months ago.

Make the code as a library, then publish it. You can do this either as private, or public unlisted, so either only you have access, or only people with the direct link. This you can import again in your other projects. It will not automatically update it in different projects (generally you also don't want that to happen), but you can easily publish changes, and update them in other projects.