nova-package-development
nova-package-development copied to clipboard
How to handle Nova dependencies
Ey package makers here. Have a question How do you handle nova dependencies that are not published on npm? I mean, reusable components that you could import from core instead of copying it (and exposing it in public repos) I would like to use some extracts of code that are perfectly fine in nova core in my plugin but I find my self copying them over I feel weird doing that I was thinking on symlinking the dependency but this is not a solution for collaborators. That forces them to buy a nova license