kPackageTemplate
kPackageTemplate copied to clipboard
Also, please add into the readme guide - ssh setup
Unity npm registry can load data from the ssh link as well. What you need to do is to add you ssh to the system git registry for github ssh -T [email protected] for bitbucket ssh -T [email protected]
After it, you can change the package.json to use ssh links instead "com.author.repo": "ssh://[email protected]/Git_Owner/Repository.git#target_branch"
Also, you can add the remote storage for npm with "scopedRegistries": [ { "name": "OrganisationOwner", "url": "http://packages.example.com", "scopes": [ "com.author3", "com.author2", "com.author1" ] }