I am currently trying to make a package but I am running into some roadblocks with dependencies.
-
How am I supposed to publish/test my dependencies?
I have made a repository for one of my dependencies and while that is fine and all, I don’t know how I can install it locally. I have seen thePackage Control: Install Local Dependencybut can’t find how it works or how it finds the local dependency i’m trying to install. -
Does the
dependencieskey inpackage-metadata.jsontake the format of adependencies.jsonfile?